This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9150 - checkwps doesn't compile
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Thursday, 03 July 2008, 20:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 06 July 2008, 15:23 GMT+2
Opened by Frank Gevaerts (fg) - Thursday, 03 July 2008, 20:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 06 July 2008, 15:23 GMT+2
|
Detailsr17690 broke compilation of checkwps
|
This task depends upon
Index: checkwps.c
===================================================================
--- checkwps.c (revision 17902)
+++ checkwps.c (working copy)
@@ -109,16 +109,14 @@
{
{
.screen_type=SCREEN_MAIN,
- .width=LCD_WIDTH,
- .height=LCD_HEIGHT,
+ .lcdwidth=LCD_WIDTH,
+ .lcdheight=LCD_HEIGHT,
.depth=LCD_DEPTH,
#ifdef HAVE_LCD_COLOR
.is_color=true,
#else
.is_color=false,
#endif
- .getxmargin=dummy_func1,
- .getymargin=dummy_func1,
#if LCD_DEPTH > 1
.get_foreground=dummy_func2,
.get_background=dummy_func2,