From 60895bc107f5689f19de61828d8ffe0f2f1f59b5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 2 Sep 2005 05:39:09 +0000 Subject: Patch #1272052 by Henrik Backe - Move credits to a plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') 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) -- cgit v1.2.3