summaryrefslogtreecommitdiff
path: root/tools/checkwps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps')
-rw-r--r--tools/checkwps/checkwps.c4
1 files changed, 3 insertions, 1 deletions
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] =
178#endif 178#endif
179 .getwidth = getwidth, 179 .getwidth = getwidth,
180 .getheight = getheight, 180 .getheight = getheight,
181#ifdef HAVE_LCD_BITMAP
181 .getuifont = getuifont, 182 .getuifont = getuifont,
183#endif
182#if LCD_DEPTH > 1 184#if LCD_DEPTH > 1
183 .get_foreground=dummy_func2, 185 .get_foreground=dummy_func2,
184 .get_background=dummy_func2, 186 .get_background=dummy_func2,
@@ -191,7 +193,7 @@ struct screen screens[NB_SCREENS] =
191 .lcdwidth=LCD_REMOTE_WIDTH, 193 .lcdwidth=LCD_REMOTE_WIDTH,
192 .lcdheight=LCD_REMOTE_HEIGHT, 194 .lcdheight=LCD_REMOTE_HEIGHT,
193 .depth=LCD_REMOTE_DEPTH, 195 .depth=LCD_REMOTE_DEPTH,
194 .getuifont = getuifont; 196 .getuifont = getuifont,
195 .is_color=false,/* No color remotes yet */ 197 .is_color=false,/* No color remotes yet */
196 .getwidth=remote_getwidth, 198 .getwidth=remote_getwidth,
197 .getheight=remote_getheight, 199 .getheight=remote_getheight,