summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-02-14 15:54:52 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-02-14 15:54:52 +0000
commite2628d99315c315ba52c5b9abe5ba9d4017e8386 (patch)
tree9ebf62f6d43ef922dca791053ce713246c3e23aa /apps/settings.h
parent84eb9ce4a8a82fee0a85618aa4935aa55cad39fa (diff)
downloadrockbox-e2628d99315c315ba52c5b9abe5ba9d4017e8386.tar.gz
rockbox-e2628d99315c315ba52c5b9abe5ba9d4017e8386.zip
Volume fade patch by Eric Linenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3263 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 d1679cee10..68b2ba8874 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -149,6 +149,7 @@ struct user_settings
149 int scroll_step; /* pixels to advance per update */ 149 int scroll_step; /* pixels to advance per update */
150 150
151 bool cpu_sleep; /* Use sleep instruction when idle? */ 151 bool cpu_sleep; /* Use sleep instruction when idle? */
152 bool fade_on_stop; /* fade on pause/unpause/stop */
152}; 153};
153 154
154/* prototypes */ 155/* prototypes */