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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 5501dd580b..4ef860a8b7 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -228,6 +228,7 @@ struct touchregion {
228 WPS_TOUCHREGION_SCROLLBAR, 228 WPS_TOUCHREGION_SCROLLBAR,
229 WPS_TOUCHREGION_VOLUME 229 WPS_TOUCHREGION_VOLUME
230 } type; /* type of touch region */ 230 } type; /* type of touch region */
231 bool reverse_bar; /* if true 0% is the left or top */
231 bool repeat; /* requires the area be held for the action */ 232 bool repeat; /* requires the area be held for the action */
232 int action; /* action this button will return */ 233 int action; /* action this button will return */
233 bool armed; /* A region is armed on press. Only armed regions are triggered 234 bool armed; /* A region is armed on press. Only armed regions are triggered