aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_image.c')
-rw-r--r--src/gwin/gwin_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_image.c b/src/gwin/gwin_image.c
index 73db206e..547145ae 100644
--- a/src/gwin/gwin_image.c
+++ b/src/gwin/gwin_image.c
@@ -35,7 +35,7 @@ static void ImageDestroy(GWindowObject *gh) {
static void ImageRedraw(GHandle gh) {
gCoord x, y, w, h, dx, dy;
- color_t bg;
+ gColor bg;
#if GWIN_NEED_IMAGE_ANIMATION
delaytime_t delay;
#endif