mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
add askTrayLimits var
This commit is contained in:
parent
ee16a0f07f
commit
21085f1dcc
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ typedef struct CEAppGlobals {
|
|||
XP_Bool hintPending;
|
||||
XP_Bool doGlobalPrefs;
|
||||
|
||||
#ifdef XWFEATURE_SEARCHLIMIT
|
||||
XP_Bool askTrayLimits;
|
||||
#endif
|
||||
MPSLOT
|
||||
|
||||
} CEAppGlobals;
|
||||
|
|
Loading…
Reference in a new issue