mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
add fields supporting scrolling
This commit is contained in:
parent
92fc69ec83
commit
6e719b8e91
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue