From 53f156a6fcec07301a6b29a3f647fff43520af7a Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Thu, 22 May 2003 06:42:14 +0000 Subject: New feature for player: Jump scroll! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3693 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/settings.h') 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 */ -- cgit v1.1