summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-09-08 12:38:21 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-09-08 12:38:21 +0000
commita483c9c6f1e6674eb2b5dcf01e21a7ab4c77e24f (patch)
tree302bc4b8550d2d81b489fb8f0f93bd5356dc7ead /apps/gui/skin_engine/wps_internals.h
parent4f4e91e341058c1ea1ddd3d36f67ae276fe545ad (diff)
downloadrockbox-a483c9c6f1e6674eb2b5dcf01e21a7ab4c77e24f.tar.gz
rockbox-a483c9c6f1e6674eb2b5dcf01e21a7ab4c77e24f.zip
Use buflib for skin images. Allows much more images to be loaded
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30478 a1c6a512-1295-4272-9138-f99709370657
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 */