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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 6b9f557d38..50aaebe93a 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -182,6 +182,11 @@ extern bool gui_synclist_do_button(struct gui_synclist * lists,
182 int *action, 182 int *action,
183 enum list_wrap); 183 enum list_wrap);
184 184
185#if defined(HAVE_TOUCHSCREEN)
186/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
187unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);
188#endif
189
185/* If the list has a pending postponed scheduled announcement, that 190/* If the list has a pending postponed scheduled announcement, that
186 may become due before the next get_action tmieout. This function 191 may become due before the next get_action tmieout. This function
187 adjusts the get_action timeout appropriately. */ 192 adjusts the get_action timeout appropriately. */