mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add fields supporting scrolling
This commit is contained in:
parent
8d3472ab1e
commit
cd1e2683b8
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…
Reference in a new issue