diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c02a8e2936..7d3b13c726 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -98,6 +98,7 @@ static const struct plugin_api rockbox_api = { lcd_put_cursor, lcd_remove_cursor, PREFIX(lcd_icon), + lcd_double_height, #else #ifndef SIMULATOR lcd_roll, @@ -336,10 +337,10 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_LCD_BITMAP read_bmp_file, #endif + show_logo, /* new stuff at the end, sort into place next time the API gets incompatible */ - }; int plugin_load(const char* plugin, void* parameter) |