summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index e72b41308b..b24c243cd7 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -64,8 +64,10 @@ struct gui_img{
64 struct viewport* vp; /* The viewport to display this image in */ 64 struct viewport* vp; /* The viewport to display this image in */
65 int x; /* x-pos */ 65 int x; /* x-pos */
66 int y; /* y-pos */ 66 int y; /* y-pos */
67 int num_subimages; /* number of sub-images */
68 int subimage_height; /* height of each sub-image */
69 int display; /* -1 for no display, 0..n to display a subimage */
67 bool loaded; /* load state */ 70 bool loaded; /* load state */
68 bool display; /* is to be displayed */
69 bool always_display; /* not using the preload/display mechanism */ 71 bool always_display; /* not using the preload/display mechanism */
70}; 72};
71 73