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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 6deac2de0d..84673d866c 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -176,7 +176,9 @@ extern bool gui_synclist_do_button(struct gui_synclist * lists,
176 176
177#if defined(HAVE_TOUCHSCREEN) 177#if defined(HAVE_TOUCHSCREEN)
178/* this needs to be fixed if we ever get more than 1 touchscreen on a target */ 178/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
179unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list); 179extern unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);
180/* only for private use in gui/list.c */
181extern void _gui_synclist_stop_kinetic_scrolling(void);
180#endif 182#endif
181 183
182/* If the list has a pending postponed scheduled announcement, that 184/* If the list has a pending postponed scheduled announcement, that