summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-19 03:15:48 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-19 03:15:48 +0000
commitac07222b8359bdf5ed2dffb91e2c63b4e7cdc35d (patch)
treeb287b54573f1a51118fa3814c13d8857fde2c387 /apps/settings_list.h
parent36175ac9453999d2d079c521126ecc5ac7a8d984 (diff)
downloadrockbox-ac07222b8359bdf5ed2dffb91e2c63b4e7cdc35d.tar.gz
rockbox-ac07222b8359bdf5ed2dffb91e2c63b4e7cdc35d.zip
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
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index e8d7be340a..061f20799f 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -102,9 +102,10 @@ struct choice_setting {
102- a NVRAM setting is removed 102- a NVRAM setting is removed
103*/ 103*/
104#define F_TEMPVAR 0x400 /* used if the setting should be set using a temp var */ 104#define F_TEMPVAR 0x400 /* used if the setting should be set using a temp var */
105#define F_FLIPLIST 0x800 /* used if the order in the setting screen is backwards */
105 106
106struct settings_list { 107struct settings_list {
107 uint32_t flags; /* ____ ____ TFFF ____ NNN_ _TVC IFRB STTT */ 108 uint32_t flags; /* ____ ____ TFFF ____ NNN_ FTVC IFRB STTT */
108 void *setting; 109 void *setting;
109 int lang_id; /* -1 for none */ 110 int lang_id; /* -1 for none */
110 union storage_type default_val; 111 union storage_type default_val;