diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-15 14:02:14 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-15 14:02:14 +0000 |
| commit | 57f698b5e2cdfa79c198baca5a04e3b0a44d9165 (patch) | |
| tree | 384c656e27b65d5f42c53a217c6b3ab7be6965cf /apps/plugin.c | |
| parent | c145dacb90626e8719fadb600958432cfdf80b94 (diff) | |
| download | rockbox-57f698b5e2cdfa79c198baca5a04e3b0a44d9165.zip rockbox-57f698b5e2cdfa79c198baca5a04e3b0a44d9165.tar.gz rockbox-57f698b5e2cdfa79c198baca5a04e3b0a44d9165.tar.bz2 rockbox-57f698b5e2cdfa79c198baca5a04e3b0a44d9165.tar.xz | |
Patch #778688 by Pierre Delore, euroconverter for the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4886 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 567b179..70260db 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -247,6 +247,10 @@ static struct plugin_api rockbox_api = { #ifdef HAVE_LCD_BITMAP lcd_puts_style, #endif +#ifdef HAVE_LCD_CHARCELLS + lcd_put_cursor, + lcd_remove_cursor, +#endif }; int plugin_load(char* plugin, void* parameter) |