diff options
| author | Kjell Ericson <kjell@haxx.se> | 2003-05-22 06:42:14 +0000 |
|---|---|---|
| committer | Kjell Ericson <kjell@haxx.se> | 2003-05-22 06:42:14 +0000 |
| commit | 53f156a6fcec07301a6b29a3f647fff43520af7a (patch) | |
| tree | e780f297944fedf31f6cafce3a1d00d4dc989993 /apps/settings.h | |
| parent | 231ddff4bd3e9d0214b520726ef9235117c87b31 (diff) | |
| download | rockbox-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.h | 4 |
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 */ |