mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 08:02:34 -05:00
text viewer: can be selected the number of screens per page.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26613 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1a0e2cd7a
commit
1445c3b8c5
8 changed files with 84 additions and 87 deletions
|
|
@ -36,11 +36,6 @@ struct tv_preferences {
|
|||
REFLOW,
|
||||
} line_mode;
|
||||
|
||||
enum {
|
||||
NARROW = 0,
|
||||
WIDE,
|
||||
} view_mode;
|
||||
|
||||
enum {
|
||||
LEFT = 0,
|
||||
RIGHT,
|
||||
|
|
@ -79,6 +74,8 @@ struct tv_preferences {
|
|||
|
||||
int autoscroll_speed;
|
||||
|
||||
int windows;
|
||||
|
||||
unsigned char font_name[MAX_PATH];
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
struct font *font;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue