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, 2 insertions, 0 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h
index 5b8f7d7..888a50b 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -86,6 +86,8 @@ struct tapping_model {
86 grail_time_t start; 86 grail_time_t start;
87 int status, ntouch; 87 int status, ntouch;
88 int active, gid; 88 int active, gid;
89 int nprop;
90 grail_prop_t prop[DIM_GRAIL_PROP];
89}; 91};
90 92
91int gru_tapping(struct grail *ge, 93int gru_tapping(struct grail *ge,