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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 4136347a7b..0adae04c42 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -77,7 +77,7 @@
77 77
78#ifdef HAVE_LCD_BITMAP 78#ifdef HAVE_LCD_BITMAP
79struct gui_img { 79struct gui_img {
80 short int id; 80 char label;
81 struct bitmap bm; 81 struct bitmap bm;
82 struct viewport* vp; /* The viewport to display this image in */ 82 struct viewport* vp; /* The viewport to display this image in */
83 short int x; /* x-pos */ 83 short int x; /* x-pos */
@@ -346,7 +346,7 @@ const char *get_token_value(struct gui_wps *gwps,
346 346
347 347
348 348
349struct gui_img* find_image(int n, struct wps_data *data); 349struct gui_img* find_image(char label, struct wps_data *data);
350struct skin_viewport* find_viewport(char label, struct wps_data *data); 350struct skin_viewport* find_viewport(char label, struct wps_data *data);
351 351
352#endif 352#endif