1
0
Fork 0
forked from len0rd/rockbox

use the sim version of the icons for the sims

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6037 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-22 13:02:33 +00:00
parent ca42601e1f
commit d65908fb87
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ static const struct plugin_api rockbox_api = {
lcd_putc,
lcd_put_cursor,
lcd_remove_cursor,
lcd_icon,
PREFIX(lcd_icon),
#else
lcd_putsxy,
lcd_puts_style,

View file

@ -131,7 +131,7 @@ struct plugin_api {
void (*lcd_putc)(int x, int y, unsigned short ch);
void (*lcd_put_cursor)(int x, int y, char cursor_char);
void (*lcd_remove_cursor)(void);
void (*lcd_icon)(int icon, bool enable);
void (*PREFIX(lcd_icon))(int icon, bool enable);
#else
void (*lcd_putsxy)(int x, int y, const unsigned char *string);
void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style);