summaryrefslogtreecommitdiff
path: root/src/gebuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gebuf.h')
-rw-r--r--src/gebuf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gebuf.h b/src/gebuf.h
index 37e4a5c..3f71ab5 100644
--- a/src/gebuf.h
+++ b/src/gebuf.h
@@ -30,7 +30,10 @@
30#define DIM_GESTURE_EVENTS 512 30#define DIM_GESTURE_EVENTS 512
31 31
32struct gesture_event { 32struct gesture_event {
33 int ntouch;
34 int nprop;
33 touch_time_t time; 35 touch_time_t time;
36 struct grail_coord pos;
34 grail_prop_t prop[DIM_GRAIL_PROP]; 37 grail_prop_t prop[DIM_GRAIL_PROP];
35}; 38};
36 39