summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-15 10:33:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-15 10:33:01 +0000
commit0f7f3467bfcac6091106d2927c3728952d710615 (patch)
treeb62ee166903644cc6fcc89f231c621652d68bc22 /apps/settings_list.h
parent50eed82f6bd4f1a523d5c0fa46bde6f3e1b6c28b (diff)
downloadrockbox-0f7f3467bfcac6091106d2927c3728952d710615.tar.gz
rockbox-0f7f3467bfcac6091106d2927c3728952d710615.zip
Integer setting changes to make all those settings consistant on the target.
wheel targets, clockwise is increase value archos player, + is increase button targets, up is increase git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15120 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 05da5e8b20..0859b440e1 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -103,11 +103,10 @@ struct choice_setting {
103- a NVRAM setting is removed 103- a NVRAM setting is removed
104*/ 104*/
105#define F_TEMPVAR 0x0400 /* used if the setting should be set using a temp var */ 105#define F_TEMPVAR 0x0400 /* used if the setting should be set using a temp var */
106#define F_FLIPLIST 0x0800 /* used if the order in the setting screen is backwards */
107#define F_NO_WRAP 0x1000 /* used if the list should not wrap */ 106#define F_NO_WRAP 0x1000 /* used if the list should not wrap */
108 107
109struct settings_list { 108struct settings_list {
110 uint32_t flags; /* ____ ___R TFFF ____ NNN_ FTVC IFRB STTT */ 109 uint32_t flags; /* ____ ___R TFFF ____ NNN_ _TVC IFRB STTT */
111 void *setting; 110 void *setting;
112 int lang_id; /* -1 for none */ 111 int lang_id; /* -1 for none */
113 union storage_type default_val; 112 union storage_type default_val;