aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_image.h')
-rw-r--r--src/gwin/gwin_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_image.h b/src/gwin/gwin_image.h
index 6914c201..6cee8e02 100644
--- a/src/gwin/gwin_image.h
+++ b/src/gwin/gwin_image.h
@@ -34,7 +34,7 @@
// An image window
typedef struct GImageObject {
GWindowObject g;
- gdispImage image; // The image itself
+ gImage image; // The image itself
#if GWIN_NEED_IMAGE_ANIMATION
GTimer timer; // Timer used for animated images
#endif