1
0
Fork 0
forked from len0rd/rockbox

try again, this time without compile errors

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30951 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-11-10 10:11:07 +00:00
parent 34cc4d58ec
commit bd234e7e6f

View file

@ -178,7 +178,9 @@ struct screen screens[NB_SCREENS] =
#endif #endif
.getwidth = getwidth, .getwidth = getwidth,
.getheight = getheight, .getheight = getheight,
#ifdef HAVE_LCD_BITMAP
.getuifont = getuifont, .getuifont = getuifont,
#endif
#if LCD_DEPTH > 1 #if LCD_DEPTH > 1
.get_foreground=dummy_func2, .get_foreground=dummy_func2,
.get_background=dummy_func2, .get_background=dummy_func2,
@ -191,7 +193,7 @@ struct screen screens[NB_SCREENS] =
.lcdwidth=LCD_REMOTE_WIDTH, .lcdwidth=LCD_REMOTE_WIDTH,
.lcdheight=LCD_REMOTE_HEIGHT, .lcdheight=LCD_REMOTE_HEIGHT,
.depth=LCD_REMOTE_DEPTH, .depth=LCD_REMOTE_DEPTH,
.getuifont = getuifont; .getuifont = getuifont,
.is_color=false,/* No color remotes yet */ .is_color=false,/* No color remotes yet */
.getwidth=remote_getwidth, .getwidth=remote_getwidth,
.getheight=remote_getheight, .getheight=remote_getheight,