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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index a64ec93f08..ffebed7bad 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -390,6 +390,11 @@ struct touchregion {
390 short int y; /* y-pos */ 390 short int y; /* y-pos */
391 short int width; /* width */ 391 short int width; /* width */
392 short int height; /* height */ 392 short int height; /* height */
393 enum {
394 WPS_TOUCHREGION_ACTION,
395 WPS_TOUCHREGION_SCROLLBAR,
396 WPS_TOUCHREGION_VOLUME
397 } type; /* type of touch region */
393 bool repeat; /* requires the area be held for the action */ 398 bool repeat; /* requires the area be held for the action */
394 int action; /* action this button will return */ 399 int action; /* action this button will return */
395}; 400};