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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 945932a125..5501dd580b 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -209,8 +209,13 @@ struct skin_viewport {
209 struct skin_line *lines; 209 struct skin_line *lines;
210 char hidden_flags; 210 char hidden_flags;
211 char label; 211 char label;
212 unsigned start_fgcolour;
213 unsigned start_bgcolour;
214};
215struct viewport_colour {
216 struct viewport *vp;
217 unsigned colour;
212}; 218};
213
214#ifdef HAVE_TOUCHSCREEN 219#ifdef HAVE_TOUCHSCREEN
215struct touchregion { 220struct touchregion {
216 struct skin_viewport* wvp;/* The viewport this region is in */ 221 struct skin_viewport* wvp;/* The viewport this region is in */