forked from len0rd/rockbox
build with -Wundef to make sure we have spelled the defines right in #if lines
and have the proper includes included etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12360 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d45ec90e0
commit
20a5926d2e
8 changed files with 17 additions and 19 deletions
|
|
@ -140,7 +140,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type)
|
|||
screen->transparent_bitmap=&lcd_bitmap_transparent;
|
||||
screen->transparent_bitmap_part=&lcd_bitmap_transparent_part;
|
||||
#endif
|
||||
#if defined(HAVE_LCD_COLOR) && LCD_REMOTE_DEPTH > 1
|
||||
#if defined(HAVE_LCD_COLOR) && defined(LCD_REMOTE_DEPTH) && LCD_REMOTE_DEPTH > 1
|
||||
screen->color_to_native=&lcd_color_to_native;
|
||||
#endif
|
||||
screen->get_background=&lcd_get_background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue