aboutsummaryrefslogtreecommitdiffstats
path: root/tools/touch_driver_test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/touch_driver_test/main.c')
-rw-r--r--tools/touch_driver_test/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/touch_driver_test/main.c b/tools/touch_driver_test/main.c
index adfafa0f..a8318edd 100644
--- a/tools/touch_driver_test/main.c
+++ b/tools/touch_driver_test/main.c
@@ -66,6 +66,7 @@ int main(void) {
{
GWindowInit wi;
+ gwinClearInit(&wi);
wi.show = TRUE; wi.x = 0; wi.y = bHeight; wi.width = swidth; wi.height = sheight-bHeight;
ghc = gwinConsoleCreate(&gc, &wi);
}