aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools/touch_driver_test/main.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2018-07-08 10:54:19 +1000
committerinmarket <andrewh@inmarket.com.au>2018-07-08 10:54:19 +1000
commit2ab2d77fcba42467b62f2be732cb8dc00510fe19 (patch)
tree8dbd616faa116a2946ad47c62c20d4a34fb749b2 /demos/tools/touch_driver_test/main.c
parent7e95acb7310d83284288a6e89a6b3fe4bf4e8668 (diff)
downloaduGFX-2ab2d77fcba42467b62f2be732cb8dc00510fe19.tar.gz
uGFX-2ab2d77fcba42467b62f2be732cb8dc00510fe19.tar.bz2
uGFX-2ab2d77fcba42467b62f2be732cb8dc00510fe19.zip
Change coord_t to gCoord
Diffstat (limited to 'demos/tools/touch_driver_test/main.c')
-rw-r--r--demos/tools/touch_driver_test/main.c4
1 files changed, 2 insertions, 2 deletions
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