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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h
index 0447100..6ba6cf7 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -36,7 +36,7 @@ struct filter_model {
36 36
37struct move_model { 37struct move_model {
38 struct filter_model x, y, r, a; 38 struct filter_model x, y, r, a;
39 int multi, ntouch; 39 int single, multi, ntouch;
40 float dx, dy, dr, da; 40 float dx, dy, dr, da;
41 grail_time_t time; 41 grail_time_t time;
42}; 42};
@@ -63,7 +63,6 @@ int gru_combo(struct grail *ge,
63 63
64struct tapping_model { 64struct tapping_model {
65 grail_time_t start; 65 grail_time_t start;
66 float x, y;
67 int status, ntouch; 66 int status, ntouch;
68 int active, gid; 67 int active, gid;
69}; 68};