forked from len0rd/rockbox
Fix simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11910 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae5cf68e48
commit
922c0d6d33
3 changed files with 8 additions and 8 deletions
|
|
@ -345,10 +345,10 @@ extern unsigned lcd_get_background(void);
|
|||
extern void lcd_set_drawinfo(int mode, unsigned foreground,
|
||||
unsigned background);
|
||||
void lcd_set_backdrop(fb_data* backdrop);
|
||||
#if !defined(TOSHIBA_GIGABEAT_F)
|
||||
#define lcd_device_prepare_backdrop(x) ;
|
||||
#else
|
||||
#if defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR)
|
||||
void lcd_device_prepare_backdrop(fb_data* backdrop);
|
||||
#else
|
||||
#define lcd_device_prepare_backdrop(x) ;
|
||||
#endif
|
||||
|
||||
fb_data* lcd_get_backdrop(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue