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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 136ec2921a..e996c96613 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -77,6 +77,7 @@ struct gui_img {
77 short int num_subimages; /* number of sub-images */ 77 short int num_subimages; /* number of sub-images */
78 short int subimage_height; /* height of each sub-image */ 78 short int subimage_height; /* height of each sub-image */
79 struct bitmap bm; 79 struct bitmap bm;
80 int buflib_handle;
80 const char *label; 81 const char *label;
81 bool loaded; /* load state */ 82 bool loaded; /* load state */
82 bool always_display; /* not using the preload/display mechanism */ 83 bool always_display; /* not using the preload/display mechanism */