From bd234e7e6fbabb600e421c884eb0257182c04ca4 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 10 Nov 2011 10:11:07 +0000 Subject: [PATCH] try again, this time without compile errors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30951 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/checkwps.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index fbbc564a65..846dd97191 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -178,7 +178,9 @@ struct screen screens[NB_SCREENS] = #endif .getwidth = getwidth, .getheight = getheight, +#ifdef HAVE_LCD_BITMAP .getuifont = getuifont, +#endif #if LCD_DEPTH > 1 .get_foreground=dummy_func2, .get_background=dummy_func2, @@ -191,7 +193,7 @@ struct screen screens[NB_SCREENS] = .lcdwidth=LCD_REMOTE_WIDTH, .lcdheight=LCD_REMOTE_HEIGHT, .depth=LCD_REMOTE_DEPTH, - .getuifont = getuifont; + .getuifont = getuifont, .is_color=false,/* No color remotes yet */ .getwidth=remote_getwidth, .getheight=remote_getheight, -- 2.11.4.GIT