add fields supporting scrolling

This commit is contained in:
ehouse 2005-02-05 21:38:04 +00:00
parent 92fc69ec83
commit 6e719b8e91

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;