forked from len0rd/rockbox
Fix warnings at h1xx.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8527 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db83601b3c
commit
b42ef68a83
2 changed files with 11 additions and 7 deletions
|
|
@ -119,8 +119,6 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_get_background,
|
||||
lcd_bitmap_part,
|
||||
lcd_bitmap,
|
||||
lcd_bitmap_transparent_part,
|
||||
lcd_bitmap_transparent,
|
||||
#endif
|
||||
lcd_putsxy,
|
||||
lcd_puts_style,
|
||||
|
|
@ -382,6 +380,10 @@ static const struct plugin_api rockbox_api = {
|
|||
queue_post,
|
||||
queue_wait_w_tmo,
|
||||
usb_acknowledge,
|
||||
#if LCD_DEPTH == 16
|
||||
lcd_bitmap_transparent_part,
|
||||
lcd_bitmap_transparent,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue