summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index f3562214a0..ac1cbad60b 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -375,6 +375,7 @@ struct touchregion {
375 short int y; /* y-pos */ 375 short int y; /* y-pos */
376 short int width; /* width */ 376 short int width; /* width */
377 short int height; /* height */ 377 short int height; /* height */
378 bool repeat; /* requires the area be held for the action */
378 int action; /* action this button will return */ 379 int action; /* action this button will return */
379}; 380};
380#define MAX_TOUCHREGIONS 12 381#define MAX_TOUCHREGIONS 12
@@ -533,6 +534,10 @@ extern struct gui_wps gui_wps[NB_SCREENS];
533 534
534void gui_sync_wps_init(void); 535void gui_sync_wps_init(void);
535 536
537#ifdef HAVE_TOUCHSCREEN
538int wps_get_touchaction(struct wps_data *data);
539#endif
540
536#ifdef HAVE_ALBUMART 541#ifdef HAVE_ALBUMART
537/* gives back if WPS contains an albumart tag */ 542/* gives back if WPS contains an albumart tag */
538bool gui_sync_wps_uses_albumart(void); 543bool gui_sync_wps_uses_albumart(void);