From 2ab2d77fcba42467b62f2be732cb8dc00510fe19 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 10:54:19 +1000 Subject: Change coord_t to gCoord --- drivers/multiple/SDL/gdisp_lld_SDL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/multiple/SDL/gdisp_lld_SDL.c') diff --git a/drivers/multiple/SDL/gdisp_lld_SDL.c b/drivers/multiple/SDL/gdisp_lld_SDL.c index 3ea2168f..54830d7f 100644 --- a/drivers/multiple/SDL/gdisp_lld_SDL.c +++ b/drivers/multiple/SDL/gdisp_lld_SDL.c @@ -161,7 +161,7 @@ struct SDL_UGFXContext { int16_t need_redraw; int minx,miny,maxx,maxy; #if GINPUT_NEED_MOUSE - coord_t mousex, mousey; + gCoord mousex, mousey; uint16_t buttons; #endif #if GINPUT_NEED_KEYBOARD -- cgit v1.2.3