forked from len0rd/rockbox
fixed yellow, forgot to increase the plugin API version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ac017781e0
commit
a55a436993
3 changed files with 9 additions and 5 deletions
|
@ -87,7 +87,6 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_icon,
|
||||
lcd_double_height,
|
||||
#else
|
||||
screen_clear_area,
|
||||
lcd_set_drawmode,
|
||||
lcd_get_drawmode,
|
||||
lcd_setfont,
|
||||
|
@ -491,6 +490,9 @@ static const struct plugin_api rockbox_api = {
|
|||
get_codec_filename,
|
||||
get_metadata,
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
screen_clear_area,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue