forked from len0rd/rockbox
Patch #778688 by Pierre Delore, euroconverter for the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4886 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c145dacb90
commit
57f698b5e2
3 changed files with 634 additions and 0 deletions
|
|
@ -283,6 +283,10 @@ struct plugin_api {
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
void (*lcd_puts_style)(int x, int y, unsigned char *str, int style);
|
||||
#endif
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
void (*lcd_put_cursor)(int x, int y, char cursor_char);
|
||||
void (*lcd_remove_cursor)(void);
|
||||
#endif
|
||||
};
|
||||
|
||||
/* defined by the plugin loader (plugin.c) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue