diff options
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 */ |