summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
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 = {
98 lcd_put_cursor, 98 lcd_put_cursor,
99 lcd_remove_cursor, 99 lcd_remove_cursor,
100 PREFIX(lcd_icon), 100 PREFIX(lcd_icon),
101 lcd_double_height,
101#else 102#else
102#ifndef SIMULATOR 103#ifndef SIMULATOR
103 lcd_roll, 104 lcd_roll,
@@ -336,10 +337,10 @@ static const struct plugin_api rockbox_api = {
336#ifdef HAVE_LCD_BITMAP 337#ifdef HAVE_LCD_BITMAP
337 read_bmp_file, 338 read_bmp_file,
338#endif 339#endif
340 show_logo,
339 341
340 /* new stuff at the end, sort into place next time 342 /* new stuff at the end, sort into place next time
341 the API gets incompatible */ 343 the API gets incompatible */
342
343}; 344};
344 345
345int plugin_load(const char* plugin, void* parameter) 346int plugin_load(const char* plugin, void* parameter)