mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
remove tray limits; add boolen for tracking whether to ask for 'em.
This commit is contained in:
parent
42a8d69df9
commit
5b385c1c11
1 changed files with 4 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue