summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
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);