From a55a436993336b37a93d54a2e66de9f9ca60ee7a Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 25 Jul 2007 10:08:51 +0000 Subject: fixed yellow, forgot to increase the plugin API version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 5c849e3..14519e1 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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) -- cgit v1.1