summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-04-16 09:14:36 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-04-16 09:14:36 +0000
commit6a5cc0bd25bd468c79e453fa49f353edd824141a (patch)
tree8b406e8390550ff8b87eae3214309867574657f0 /apps/plugin.h
parent7afe2e86931313653d4dedb6d5167c79c2822aba (diff)
downloadrockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.gz
rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 0c2d050a73..f118260154 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -274,7 +274,7 @@ struct plugin_api {
274 void (*gui_synclist_flash)(struct gui_synclist * lists); 274 void (*gui_synclist_flash)(struct gui_synclist * lists);
275 unsigned (*gui_synclist_do_button)(struct gui_synclist * lists, 275 unsigned (*gui_synclist_do_button)(struct gui_synclist * lists,
276 unsigned button,enum list_wrap wrap); 276 unsigned button,enum list_wrap wrap);
277 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, ICON icon); 277 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, int icon);
278 278
279 /* button */ 279 /* button */
280 long (*button_get)(bool block); 280 long (*button_get)(bool block);