add fields supporting scrolling

This commit is contained in:
ehouse 2005-02-05 21:38:04 +00:00
parent 8d3472ab1e
commit cd1e2683b8

View file

@ -78,6 +78,11 @@ typedef struct CEAppGlobals {
XP_U32 timerIDs[N_TIMER_TYPES];
#ifdef CEFEATURE_CANSCROLL
XP_U16 nHiddenRows;
HWND scrollHandle;
#endif
CEAppPrefs appPrefs;
XP_Bool isNewGame;