summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-02 05:39:09 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-02 05:39:09 +0000
commit60895bc107f5689f19de61828d8ffe0f2f1f59b5 (patch)
tree0141dc6cada785f2c7c6b6655820567432c353ec /apps/plugin.c
parent58e9412bff9947e4514c0d55152bfad91049a60c (diff)
downloadrockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.tar.gz
rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.zip
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
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)