From 8e11dfc44ff05c0b99f891c9cdb0124a18bdff6d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 May 2004 06:41:04 +0000 Subject: Upped the max support number of lines in the WPS to 13. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4614 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wps-display.c b/apps/wps-display.c index 3e28f7f3e8..c45008ef93 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -53,7 +53,7 @@ #define WPS_CONFIG ROCKBOX_DIR "/default.wps" #ifdef HAVE_LCD_BITMAP -#define MAX_LINES 10 +#define MAX_LINES 13 #define FORMAT_BUFFER_SIZE 800 #else #define MAX_LINES 2 -- cgit v1.2.3