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 dcad598dab..bf368bc4f3 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -201,6 +201,8 @@ struct touchregion {
201 short int y; /* y-pos */ 201 short int y; /* y-pos */
202 short int width; /* width */ 202 short int width; /* width */
203 short int height; /* height */ 203 short int height; /* height */
204 short int wpad; /* padding to width */
205 short int hpad; /* padding to height */
204 bool reverse_bar; /* if true 0% is the left or top */ 206 bool reverse_bar; /* if true 0% is the left or top */
205 bool allow_while_locked; 207 bool allow_while_locked;
206 enum { 208 enum {