summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2003-05-22 06:42:14 +0000
committerKjell Ericson <kjell@haxx.se>2003-05-22 06:42:14 +0000
commit53f156a6fcec07301a6b29a3f647fff43520af7a (patch)
treee780f297944fedf31f6cafce3a1d00d4dc989993 /apps/settings.h
parent231ddff4bd3e9d0214b520726ef9235117c87b31 (diff)
downloadrockbox-53f156a6fcec07301a6b29a3f647fff43520af7a.tar.gz
rockbox-53f156a6fcec07301a6b29a3f647fff43520af7a.zip
New feature for player: Jump scroll!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3693 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 55a6f96e2e..2d4d9fac2f 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -151,7 +151,9 @@ struct user_settings
151 int bidir_limit; /* bidir scroll length limit */ 151 int bidir_limit; /* bidir scroll length limit */
152 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 152 int scroll_delay; /* delay (in 1/10s) before starting scroll */
153 int scroll_step; /* pixels to advance per update */ 153 int scroll_step; /* pixels to advance per update */
154 154#ifdef HAVE_LCD_CHARCELLS
155 int jump_scroll; /* Fast jump when scrolling */
156#endif
155 bool fade_on_stop; /* fade on pause/unpause/stop */ 157 bool fade_on_stop; /* fade on pause/unpause/stop */
156 bool caption_backlight; /* turn on backlight at end and start of track */ 158 bool caption_backlight; /* turn on backlight at end and start of track */
157 159