summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-01-22 04:24:26 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-01-22 04:24:26 +0000
commitd3a03b679f196be076043d475b9512338fd6c8bb (patch)
treec4c57a157a46d09a7037c39e290182a8c43deb71 /apps/settings.h
parentbfe740712a3513dbb4143336cbc5e9aaab09d732 (diff)
downloadrockbox-d3a03b679f196be076043d475b9512338fd6c8bb.tar.gz
rockbox-d3a03b679f196be076043d475b9512338fd6c8bb.zip
Horizontal screen scrolling part 3 (by Shachar Liberman)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 4 insertions, 2 deletions
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
319 int bidir_limit; /* bidir scroll length limit */ 319 int bidir_limit; /* bidir scroll length limit */
320 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 320 int scroll_delay; /* delay (in 1/10s) before starting scroll */
321 int scroll_step; /* pixels to advance per update */ 321 int scroll_step; /* pixels to advance per update */
322 bool offset_out_of_view; /* should lines scroll out of the screen */ 322#ifdef HAVE_LCD_BITMAP
323 int screen_scroll_step; /* pixels to advance screen view*/ 323 bool offset_out_of_view;
324 int screen_scroll_step;
325#endif
324 326
325 /* auto bookmark settings */ 327 /* auto bookmark settings */
326 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ 328 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */