summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2003-12-20 10:00:37 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2003-12-20 10:00:37 +0000
commita5e1d06354fe1cb1dc12edd45b7f9ccb632df3e4 (patch)
tree8ae4aa3cec2e4697289153b641787c495ab8f19d /apps/settings.h
parent2a8386106b48e94051fe26659b95876cb442e71d (diff)
downloadrockbox-a5e1d06354fe1cb1dc12edd45b7f9ccb632df3e4.tar.gz
rockbox-a5e1d06354fe1cb1dc12edd45b7f9ccb632df3e4.zip
Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4168 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b96f4c6410..074be0690a 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -92,6 +92,7 @@ struct user_settings
92 bool invert; /* invert display */ 92 bool invert; /* invert display */
93 bool invert_cursor; /* invert the current file in dir browser and menu 93 bool invert_cursor; /* invert the current file in dir browser and menu
94 instead of using the default cursor */ 94 instead of using the default cursor */
95 bool flip_display; /* turn display (and button layout) by 180 degrees */
95 int poweroff; /* power off timer */ 96 int poweroff; /* power off timer */
96 int backlight_timeout; /* backlight off timeout: 0-18 0=never, 97 int backlight_timeout; /* backlight off timeout: 0-18 0=never,
97 1=always, 98 1=always,