diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-08-13 13:40:41 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-08-13 13:40:41 -0400 |
commit | fde43024bd6579b609526faf94dcdbcb6f2bc5e1 (patch) | |
tree | 1d4accd9602108b3cc2693d6c0093469274cc332 /src/LYGlobalDefs.h | |
parent | 9c512bbadc47a7de000f53f11a7620d83ca0ddba (diff) | |
download | lynx-snapshots-fde43024bd6579b609526faf94dcdbcb6f2bc5e1.tar.gz |
snapshot of project "lynx", label v2-8-3dev_6
Diffstat (limited to 'src/LYGlobalDefs.h')
-rw-r--r-- | src/LYGlobalDefs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/LYGlobalDefs.h b/src/LYGlobalDefs.h index 5f3c0da9..22a828dd 100644 --- a/src/LYGlobalDefs.h +++ b/src/LYGlobalDefs.h @@ -442,4 +442,12 @@ extern void cygwin_conv_to_full_posix_path(char *dos, char *posix); extern int setmode(int handle, int amode); #endif +#ifdef USE_SCROLLBAR +/* GridText.c */ +extern int LYsb; +extern int LYsb_arrow; +extern int LYsb_begin; +extern int LYsb_end; +#endif + #endif /* LYGLOBALDEFS_H */ |