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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 1d4a6bd5b4..92495d7408 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -166,7 +166,6 @@ extern void gui_synclist_select_item(struct gui_synclist * lists,
166extern void gui_synclist_add_item(struct gui_synclist * lists); 166extern void gui_synclist_add_item(struct gui_synclist * lists);
167extern void gui_synclist_del_item(struct gui_synclist * lists); 167extern 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);
170extern void gui_synclist_set_title(struct gui_synclist * lists, char * title, 169extern void gui_synclist_set_title(struct gui_synclist * lists, char * title,
171 enum themable_icons icon); 170 enum themable_icons icon);
172extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, 171extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists,
@@ -256,7 +255,7 @@ void simplelist_addline(int line_number, const char *fmt, ...);
256*/ 255*/
257void simplelist_info_init(struct simplelist_info *info, char* title, 256void simplelist_info_init(struct simplelist_info *info, char* title,
258 int count, void* data); 257 int count, void* data);
259 258
260/* show a list. 259/* show a list.
261 if list->action_callback != NULL it is called with the action ACTION_REDRAW 260 if list->action_callback != NULL it is called with the action ACTION_REDRAW
262 before the list is dislplayed for the first time */ 261 before the list is dislplayed for the first time */