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 --- demos/tools/touch_calibration_grabber/main.c | 4 ++-- demos/tools/touch_driver_test/main.c | 4 ++-- demos/tools/touch_raw_readings/main.c | 4 ++-- demos/tools/uGFXnetDisplay/main.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'demos/tools') diff --git a/demos/tools/touch_calibration_grabber/main.c b/demos/tools/touch_calibration_grabber/main.c index e6017030..d33774d7 100644 --- a/demos/tools/touch_calibration_grabber/main.c +++ b/demos/tools/touch_calibration_grabber/main.c @@ -34,9 +34,9 @@ static GConsoleObject gc; static font_t font; -static coord_t bHeight; +static gCoord bHeight; static GHandle ghc; -static coord_t swidth, sheight; +static gCoord swidth, sheight; #if !GWIN_CONSOLE_USE_FLOAT #error "You need to enable float support for the console widget. (GWIN_CONSOLE_USE_FLOAT)" diff --git a/demos/tools/touch_driver_test/main.c b/demos/tools/touch_driver_test/main.c index 8a4e5304..c8470aa9 100644 --- a/demos/tools/touch_driver_test/main.c +++ b/demos/tools/touch_driver_test/main.c @@ -38,9 +38,9 @@ static GConsoleObject gc; static GListener gl; static font_t font; -static coord_t bWidth, bWidth2, bHeight; +static gCoord bWidth, bWidth2, bHeight; static GHandle ghc; -static coord_t swidth, sheight; +static gCoord swidth, sheight; static void DrawHeader(const char *title, gBool btnNext, gBool btnPrev, gBool btnPlusMinus) { #if GDISP_NEED_CLIP diff --git a/demos/tools/touch_raw_readings/main.c b/demos/tools/touch_raw_readings/main.c index 1e19f69f..98a3191f 100644 --- a/demos/tools/touch_raw_readings/main.c +++ b/demos/tools/touch_raw_readings/main.c @@ -38,9 +38,9 @@ static GConsoleObject gc; static GListener gl; static font_t font; -static coord_t bHeight; +static gCoord bHeight; static GHandle ghc; -static coord_t swidth, sheight; +static gCoord swidth, sheight; /*------------------------------------------------------------------------* * GINPUT Touch Driver Calibrator. * diff --git a/demos/tools/uGFXnetDisplay/main.c b/demos/tools/uGFXnetDisplay/main.c index 9bf61b47..481b3a64 100644 --- a/demos/tools/uGFXnetDisplay/main.c +++ b/demos/tools/uGFXnetDisplay/main.c @@ -187,7 +187,7 @@ static gBool sendpkt(uint16_t *pkt, int len) { GEventMouse *pem; uint16_t cmd[2]; uint16_t lbuttons; - coord_t lx, ly; + gCoord lx, ly; (void) param; // Initialize the mouse and the listener. -- cgit v1.2.3