aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools/touch_raw_readings/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tools/touch_raw_readings/main.c')
-rw-r--r--demos/tools/touch_raw_readings/main.c4
1 files changed, 2 insertions, 2 deletions
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. *