1
0
Fork 0
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:
Kevin Ferrare 2007-07-25 10:08:51 +00:00
parent ac017781e0
commit a55a436993
3 changed files with 9 additions and 5 deletions

View file

@ -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)