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, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 244d08595e..c16191c41d 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -182,6 +182,7 @@ struct skin_viewport {
182 char hidden_flags; 182 char hidden_flags;
183 bool is_infovp; 183 bool is_infovp;
184 char* label; 184 char* label;
185 int parsed_fontid;
185#if LCD_DEPTH > 1 186#if LCD_DEPTH > 1
186 unsigned start_fgcolour; 187 unsigned start_fgcolour;
187 unsigned start_bgcolour; 188 unsigned start_bgcolour;
@@ -325,6 +326,8 @@ struct wps_data
325 struct skin_element *tree; 326 struct skin_element *tree;
326#ifdef HAVE_LCD_BITMAP 327#ifdef HAVE_LCD_BITMAP
327 struct skin_token_list *images; 328 struct skin_token_list *images;
329 int *font_ids;
330 int font_count;
328#endif 331#endif
329#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 332#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
330 struct { 333 struct {