From 5b385c1c11a6268a90ef37294eba8c959f779225 Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 25 Jun 2004 06:44:55 +0000 Subject: [PATCH] remove tray limits; add boolen for tracking whether to ask for 'em. --- palm/palmmain.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/palm/palmmain.h b/palm/palmmain.h index 0550bbd86..efc8083b6 100644 --- a/palm/palmmain.h +++ b/palm/palmmain.h @@ -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 */