summaryrefslogtreecommitdiff
path: root/src/grail-gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-gestures.h')
-rw-r--r--src/grail-gestures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h
index 9da2693..57204ad 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -66,6 +66,7 @@ int gru_combo(struct grail *ge,
66 66
67struct tapping_model { 67struct tapping_model {
68 grail_time_t start; 68 grail_time_t start;
69 float x, y;
69 int status, ntouch; 70 int status, ntouch;
70 int active, gid; 71 int active, gid;
71}; 72};