summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 7dca6454e0..6840c16f28 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -224,7 +224,7 @@ static bool update_onvol_change(struct gui_wps * gwps)
224 224
225 225
226#ifdef HAVE_TOUCHSCREEN 226#ifdef HAVE_TOUCHSCREEN
227int skintouch_to_wps(struct wps_data *data) 227static int skintouch_to_wps(struct wps_data *data)
228{ 228{
229 int offset = 0; 229 int offset = 0;
230 int button = skin_get_touchaction(data, &offset); 230 int button = skin_get_touchaction(data, &offset);
@@ -274,7 +274,7 @@ int skintouch_to_wps(struct wps_data *data)
274 } 274 }
275 return button; 275 return button;
276} 276}
277#endif 277#endif /* HAVE_TOUCHSCREEN */
278 278
279bool ffwd_rew(int button) 279bool ffwd_rew(int button)
280{ 280{