summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index c1126f257f..040002222c 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -168,7 +168,7 @@ extern void gui_synclist_del_item(struct gui_synclist * lists);
168extern void gui_synclist_limit_scroll(struct gui_synclist * lists, bool scroll); 168extern void gui_synclist_limit_scroll(struct gui_synclist * lists, bool scroll);
169extern void gui_synclist_flash(struct gui_synclist * lists); 169extern void gui_synclist_flash(struct gui_synclist * lists);
170extern void gui_synclist_set_title(struct gui_synclist * lists, char * title, 170extern void gui_synclist_set_title(struct gui_synclist * lists, char * title,
171 int icon); 171 enum themable_icons icon);
172extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, 172extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists,
173 bool hide); 173 bool hide);
174extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists, 174extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists,