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:
Yoshihisa Uchida 2010-06-06 08:44:27 +00:00
parent e1a0e2cd7a
commit 1445c3b8c5
8 changed files with 84 additions and 87 deletions

View file

@ -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;