diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-02 05:39:09 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-02 05:39:09 +0000 |
| commit | 60895bc107f5689f19de61828d8ffe0f2f1f59b5 (patch) | |
| tree | 0141dc6cada785f2c7c6b6655820567432c353ec /apps/plugin.c | |
| parent | 58e9412bff9947e4514c0d55152bfad91049a60c (diff) | |
| download | rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.zip rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.tar.gz rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.tar.bz2 rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.tar.xz | |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c02a8e2..7d3b13c 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) |