add askTrayLimits var

This commit is contained in:
ehouse 2004-07-10 17:43:15 +00:00
parent ee16a0f07f
commit 21085f1dcc

View file

@ -82,6 +82,9 @@ typedef struct CEAppGlobals {
XP_Bool hintPending; XP_Bool hintPending;
XP_Bool doGlobalPrefs; XP_Bool doGlobalPrefs;
#ifdef XWFEATURE_SEARCHLIMIT
XP_Bool askTrayLimits;
#endif
MPSLOT MPSLOT
} CEAppGlobals; } CEAppGlobals;