From 785047b0aa1d43d5f33ae69d7e0ed708df6db0bd Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 10 Apr 2019 17:33:15 +0200 Subject: Introduce type gImage to replace v2.x gdispImage --- src/gwin/gwin_container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/gwin_container.c') diff --git a/src/gwin/gwin_container.c b/src/gwin/gwin_container.c index 7f5f60bc..6bc2b655 100644 --- a/src/gwin/gwin_container.c +++ b/src/gwin/gwin_container.c @@ -168,7 +168,7 @@ void gwinContainerDraw_Std(GWidgetObject *gw, void *param) { #if GDISP_NEED_IMAGE void gwinContainerDraw_Image(GWidgetObject *gw, void *param) { - #define gi ((gdispImage *)param) + #define gi ((gImage *)param) gCoord x, y, iw, ih, mx, my; if (gw->g.vmt != (gwinVMT *)&containerVMT) -- cgit v1.2.3