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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 16020a3590..24edde7b93 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -103,9 +103,8 @@ struct progressbar {
103 short width; 103 short width;
104 short height; 104 short height;
105 bool follow_lang_direction; 105 bool follow_lang_direction;
106 /*progressbar image*/ 106
107 struct bitmap bm; 107 struct gui_img *image;
108 bool have_bitmap_pb;
109 108
110 bool invert_fill_direction; 109 bool invert_fill_direction;
111 bool nofill; 110 bool nofill;
@@ -263,7 +262,6 @@ struct wps_data
263 struct skin_element *tree; 262 struct skin_element *tree;
264#ifdef HAVE_LCD_BITMAP 263#ifdef HAVE_LCD_BITMAP
265 struct skin_token_list *images; 264 struct skin_token_list *images;
266 struct skin_token_list *progressbars;
267#endif 265#endif
268#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 266#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
269 struct { 267 struct {