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 36d8e78..27108e9 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -99,7 +99,7 @@ int gru_winrotate(struct grail *ge,
99struct tapping_model { 99struct tapping_model {
100 grail_time_t start, end; 100 grail_time_t start, end;
101 int mintouch, maxtouch; 101 int mintouch, maxtouch;
102 int active, gid; 102 int active, gid, tap;
103 int nprop; 103 int nprop;
104 grail_prop_t prop[DIM_GRAIL_PROP]; 104 grail_prop_t prop[DIM_GRAIL_PROP];
105}; 105};