From ac07222b8359bdf5ed2dffb91e2c63b4e7cdc35d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 19 Feb 2007 03:15:48 +0000 Subject: Flip the order of some of the setting screens. (If any more are backwards let me know in the thread or IRC) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12400 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/settings_list.h') diff --git a/apps/settings_list.h b/apps/settings_list.h index e8d7be3..061f207 100644 --- a/apps/settings_list.h +++ b/apps/settings_list.h @@ -102,9 +102,10 @@ struct choice_setting { - a NVRAM setting is removed */ #define F_TEMPVAR 0x400 /* used if the setting should be set using a temp var */ +#define F_FLIPLIST 0x800 /* used if the order in the setting screen is backwards */ struct settings_list { - uint32_t flags; /* ____ ____ TFFF ____ NNN_ _TVC IFRB STTT */ + uint32_t flags; /* ____ ____ TFFF ____ NNN_ FTVC IFRB STTT */ void *setting; int lang_id; /* -1 for none */ union storage_type default_val; -- cgit v1.1