From d3a03b679f196be076043d475b9512338fd6c8bb Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sun, 22 Jan 2006 04:24:26 +0000 Subject: Horizontal screen scrolling part 3 (by Shachar Liberman) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8414 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 97e608d3bc..ebd3ec35b0 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -319,8 +319,10 @@ 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 */ - bool offset_out_of_view; /* should lines scroll out of the screen */ - int screen_scroll_step; /* pixels to advance screen view*/ +#ifdef HAVE_LCD_BITMAP + bool offset_out_of_view; + int screen_scroll_step; +#endif /* auto bookmark settings */ int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ -- cgit v1.2.3