summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-15 14:02:14 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-15 14:02:14 +0000
commit57f698b5e2cdfa79c198baca5a04e3b0a44d9165 (patch)
tree384c656e27b65d5f42c53a217c6b3ab7be6965cf /apps/plugin.h
parentc145dacb90626e8719fadb600958432cfdf80b94 (diff)
downloadrockbox-57f698b5e2cdfa79c198baca5a04e3b0a44d9165.tar.gz
rockbox-57f698b5e2cdfa79c198baca5a04e3b0a44d9165.zip
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.h')
-rw-r--r--apps/plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 37067310ad..ace963c905 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -283,6 +283,10 @@ struct plugin_api {
283#ifdef HAVE_LCD_BITMAP 283#ifdef HAVE_LCD_BITMAP
284 void (*lcd_puts_style)(int x, int y, unsigned char *str, int style); 284 void (*lcd_puts_style)(int x, int y, unsigned char *str, int style);
285#endif 285#endif
286#ifdef HAVE_LCD_CHARCELLS
287 void (*lcd_put_cursor)(int x, int y, char cursor_char);
288 void (*lcd_remove_cursor)(void);
289#endif
286}; 290};
287 291
288/* defined by the plugin loader (plugin.c) */ 292/* defined by the plugin loader (plugin.c) */