diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-16 09:14:36 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-16 09:14:36 +0000 |
| commit | 6a5cc0bd25bd468c79e453fa49f353edd824141a (patch) | |
| tree | 8b406e8390550ff8b87eae3214309867574657f0 /apps/plugin.h | |
| parent | 7afe2e86931313653d4dedb6d5167c79c2822aba (diff) | |
| download | rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.zip rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.gz rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.bz2 rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.xz | |
Customizable icons for all bitmap targets. (FS#7013)
http://www.rockbox.org/twiki/bin/view/Main/CustomIcons for info on format and how to load them
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13177 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 0c2d050..f118260 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -274,7 +274,7 @@ struct plugin_api { void (*gui_synclist_flash)(struct gui_synclist * lists); unsigned (*gui_synclist_do_button)(struct gui_synclist * lists, unsigned button,enum list_wrap wrap); - void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, ICON icon); + void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, int icon); /* button */ long (*button_get)(bool block); |