summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/list.c5
-rw-r--r--apps/gui/list.h5
-rw-r--r--apps/gui/wps.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index eb9c025a95..8a65d3f298 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -580,11 +580,6 @@ void gui_synclist_speak_item(struct gui_synclist * lists)
else _gui_synclist_speak_item(lists, false);
}
-#if defined(HAVE_TOUCHSCREEN)
-/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
-unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);
-#endif
-
bool gui_synclist_do_button(struct gui_synclist * lists,
int *actionptr, enum list_wrap wrap)
{
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,
int *action,
enum list_wrap);
+#if defined(HAVE_TOUCHSCREEN)
+/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
+unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);
+#endif
+
/* If the list has a pending postponed scheduled announcement, that
may become due before the next get_action tmieout. This function
adjusts the get_action timeout appropriately. */
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index a5142a0726..29c9403235 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -197,7 +197,7 @@ bool is_wps_fading(void)
return wps_fading_out;
}
-bool update_onvol_change(struct gui_wps * gwps)
+static bool update_onvol_change(struct gui_wps * gwps)
{
skin_update(gwps, WPS_REFRESH_NON_STATIC);