summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-04-16 00:12:31 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-04-16 00:12:31 +0000
commite43b78ac466588d8a0bc95efd7b476495739c47a (patch)
treeea59fab446209d3ccd9cae6834d39f0b03edb6d0 /apps/settings.h
parent55be5868f2bf2bc8b27fc0339c2ffc93a0a68006 (diff)
downloadrockbox-e43b78ac466588d8a0bc95efd7b476495739c47a.tar.gz
rockbox-e43b78ac466588d8a0bc95efd7b476495739c47a.zip
Magnus Öman's long awaited inverted cursor patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3565 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 9f5f233a90..7876a18afa 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -79,6 +79,8 @@ struct user_settings
79 79
80 int contrast; /* lcd contrast: 0-63 0=low 63=high */ 80 int contrast; /* lcd contrast: 0-63 0=low 63=high */
81 bool invert; /* invert display */ 81 bool invert; /* invert display */
82 bool invert_cursor; /* invert the current file in dir browser and menu
83 instead of using the default cursor */
82 int poweroff; /* power off timer */ 84 int poweroff; /* power off timer */
83 int backlight_timeout; /* backlight off timeout: 0-18 0=never, 85 int backlight_timeout; /* backlight off timeout: 0-18 0=never,
84 1=always, 86 1=always,
@@ -191,6 +193,7 @@ extern char rockboxdir[];
191#endif 193#endif
192#define MIN_CONTRAST_SETTING 5 194#define MIN_CONTRAST_SETTING 5
193#define DEFAULT_INVERT_SETTING false 195#define DEFAULT_INVERT_SETTING false
196#define DEFAULT_INVERT_CURSOR_SETTING false
194#define DEFAULT_POWEROFF_SETTING 0 197#define DEFAULT_POWEROFF_SETTING 0
195#define DEFAULT_BACKLIGHT_TIMEOUT_SETTING 5 198#define DEFAULT_BACKLIGHT_TIMEOUT_SETTING 5
196#define DEFAULT_BACKLIGHT_ON_WHEN_CHARGING_SETTING 0 199#define DEFAULT_BACKLIGHT_ON_WHEN_CHARGING_SETTING 0