forked from len0rd/rockbox
Horizontal scrolling patch by Shachar Liberman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8412 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee6a95a7d1
commit
7fa39df427
13 changed files with 347 additions and 46 deletions
|
|
@ -319,6 +319,8 @@ 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*/
|
||||
|
||||
/* auto bookmark settings */
|
||||
int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue