Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category Applications
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Version 3.0
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by fg - 2008-07-03
Last edited by jdgordon - 2008-07-06

FS#9150 - checkwps doesn't compile

r17690 broke compilation of checkwps

Closed by  jdgordon
2008-07-06 13:23
Reason for closing:  Fixed

r17763 also broke checkwps. What I’ve figured so far from checking those diffs (there are still more errors, so just as a start):

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,

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing