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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h
index 5a242d9..247acf9 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -97,7 +97,7 @@ int gru_winrotate(struct grail *ge,
97 const struct touch_frame *frame); 97 const struct touch_frame *frame);
98 98
99struct tapping_model { 99struct tapping_model {
100 grail_time_t start; 100 grail_time_t start, end;
101 int ntouch; 101 int ntouch;
102 int active, gid; 102 int active, gid;
103 int nprop; 103 int nprop;