From d65908fb875619d212d8d94634ae56de277b75d5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Feb 2005 13:02:33 +0000 Subject: 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 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 896565e9a0..ed34d9ac19 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -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); -- cgit v1.2.3