summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 4714609c1e..6de98455a7 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -189,6 +189,7 @@ struct touchregion {
189 short int width; /* width */ 189 short int width; /* width */
190 short int height; /* height */ 190 short int height; /* height */
191 bool reverse_bar; /* if true 0% is the left or top */ 191 bool reverse_bar; /* if true 0% is the left or top */
192 bool allow_while_locked;
192 enum { 193 enum {
193 PRESS, /* quick press only */ 194 PRESS, /* quick press only */
194 LONG_PRESS, /* Long press without repeat */ 195 LONG_PRESS, /* Long press without repeat */
@@ -308,6 +309,7 @@ struct wps_data
308 309
309#ifdef HAVE_TOUCHSCREEN 310#ifdef HAVE_TOUCHSCREEN
310 struct skin_token_list *touchregions; 311 struct skin_token_list *touchregions;
312 bool touchscreen_locked;
311#endif 313#endif
312#ifdef HAVE_ALBUMART 314#ifdef HAVE_ALBUMART
313 struct skin_albumart *albumart; 315 struct skin_albumart *albumart;