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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 709dbc6ff7..e42fc5a53b 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -49,6 +49,9 @@
49#define WPS_ALIGN_CENTER 64 49#define WPS_ALIGN_CENTER 64
50#define WPS_ALIGN_LEFT 128 50#define WPS_ALIGN_LEFT 128
51 51
52
53#define TOKEN_VALUE_ONLY 0xDEADD0D0
54
52#ifdef HAVE_ALBUMART 55#ifdef HAVE_ALBUMART
53 56
54/* albumart definitions */ 57/* albumart definitions */
@@ -80,6 +83,12 @@ struct gui_img {
80 int display; 83 int display;
81}; 84};
82 85
86struct image_display {
87 char label;
88 int subimage;
89 struct wps_token *token; /* the token to get the subimage number from */
90 int offset; /* offset into the bitmap strip to start */
91};
83 92
84struct progressbar { 93struct progressbar {
85 enum skin_token_type type; 94 enum skin_token_type type;