summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index ef08a9e220..1be9da496a 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -167,6 +167,8 @@ extern void gui_synclist_set_title(struct gui_synclist * lists, char * title,
167 enum themable_icons icon); 167 enum themable_icons icon);
168extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, 168extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists,
169 bool hide); 169 bool hide);
170extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists,
171 enum screen_type screen, int item);
170 172
171#if CONFIG_CODEC == SWCODEC 173#if CONFIG_CODEC == SWCODEC
172extern bool gui_synclist_keyclick_callback(int action, void* data); 174extern bool gui_synclist_keyclick_callback(int action, void* data);