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.zip
rockbox-53f156a6fcec07301a6b29a3f647fff43520af7a.tar.gz
rockbox-53f156a6fcec07301a6b29a3f647fff43520af7a.tar.bz2
rockbox-53f156a6fcec07301a6b29a3f647fff43520af7a.tar.xz
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 55a6f96..2d4d9fa 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -151,7 +151,9 @@ struct user_settings
int bidir_limit; /* bidir scroll length limit */
int scroll_delay; /* delay (in 1/10s) before starting scroll */
int scroll_step; /* pixels to advance per update */
-
+#ifdef HAVE_LCD_CHARCELLS
+ int jump_scroll; /* Fast jump when scrolling */
+#endif
bool fade_on_stop; /* fade on pause/unpause/stop */
bool caption_backlight; /* turn on backlight at end and start of track */