1
0
Fork 0
forked from len0rd/rockbox

It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the simulator. * Removed a stray lcd_icon() call from usb handling.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13006 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-03 18:06:13 +00:00
parent bbe1eaf89e
commit 323d75d25f
7 changed files with 2 additions and 43 deletions

View file

@ -149,7 +149,7 @@ struct plugin_api {
void (*lcd_putc)(int x, int y, unsigned long ucs);
void (*lcd_put_cursor)(int x, int y, unsigned long ucs);
void (*lcd_remove_cursor)(void);
void (*PREFIX(lcd_icon))(int icon, bool enable);
void (*lcd_icon)(int icon, bool enable);
void (*lcd_double_height)(bool on);
#else
void (*lcd_set_drawmode)(int mode);