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 04a295a449..f6c7463804 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -222,6 +222,8 @@ struct touchregion {
222 } type; /* type of touch region */ 222 } type; /* type of touch region */
223 bool repeat; /* requires the area be held for the action */ 223 bool repeat; /* requires the area be held for the action */
224 int action; /* action this button will return */ 224 int action; /* action this button will return */
225 bool armed; /* A region is armed on press. Only armed regions are triggered
226 on repeat or release. */
225}; 227};
226#endif 228#endif
227 229