summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2003-05-27 12:54:11 +0000
committerKjell Ericson <kjell@haxx.se>2003-05-27 12:54:11 +0000
commit6143eeb22bac4306031bd96307f3428483c09273 (patch)
treec6d568a5902668ded5cc4b2774f09a578fc98600 /apps/settings.h
parent6f2a1a6127194c92f04b346630cc7e5f2b5436d5 (diff)
Added "jump scroll delay" (for player).
Added that you can set how many times the jump scroll shall occur (max 5 times) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3697 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 2d4d9fac2f..56bba8878d 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -153,6 +153,7 @@ struct user_settings
int scroll_step; /* pixels to advance per update */
#ifdef HAVE_LCD_CHARCELLS
int jump_scroll; /* Fast jump when scrolling */
+ int jump_scroll_delay; /* Delay between jump scroll screens */
#endif
bool fade_on_stop; /* fade on pause/unpause/stop */
bool caption_backlight; /* turn on backlight at end and start of track */