remove tray limits; add boolen for tracking whether to ask for 'em.

This commit is contained in:
ehouse 2004-06-25 06:44:55 +00:00
parent 42a8d69df9
commit 5b385c1c11

View file

@ -118,9 +118,6 @@ typedef struct XWords4PreferenceType {
#endif
/* New for 0x0405 */
CommonPrefs cp;
/* New for 0x0406 */
XP_U8 lastNTilesMin;
XP_U8 lastNTilesMax;
} XWords4PreferenceType;
@ -284,6 +281,10 @@ struct PalmAppGlobals {
XP_Bool hasHiRes;
#endif
#ifdef XWFEATURE_SEARCHLIMIT
XP_Bool askTrayLimits;
#endif
CurGameInfo gameInfo; /* for the currently open, or new, game */
/* dialog/forms state */