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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index b0f5f36eb5..954928085f 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -91,6 +91,8 @@ struct gui_img {
91 91
92 92
93struct progressbar { 93struct progressbar {
94 enum wps_token_type type;
95 struct viewport *vp;
94 /* regular pb */ 96 /* regular pb */
95 short x; 97 short x;
96 /* >=0: explicitly set in the tag -> y-coord within the viewport 98 /* >=0: explicitly set in the tag -> y-coord within the viewport
@@ -202,7 +204,6 @@ struct skin_line {
202#define VP_INFO_LABEL '_' 204#define VP_INFO_LABEL '_'
203struct skin_viewport { 205struct skin_viewport {
204 struct viewport vp; /* The LCD viewport struct */ 206 struct viewport vp; /* The LCD viewport struct */
205 struct progressbar *pb;
206 struct skin_line *lines; 207 struct skin_line *lines;
207 char hidden_flags; 208 char hidden_flags;
208 char label; 209 char label;