summaryrefslogtreecommitdiff
path: root/src/gebuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gebuf.h')
-rw-r--r--src/gebuf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gebuf.h b/src/gebuf.h
index e92431a..37e4a5c 100644
--- a/src/gebuf.h
+++ b/src/gebuf.h
@@ -29,6 +29,11 @@
29 29
30#define DIM_GESTURE_EVENTS 512 30#define DIM_GESTURE_EVENTS 512
31 31
32struct gesture_event {
33 touch_time_t time;
34 grail_prop_t prop[DIM_GRAIL_PROP];
35};
36
32struct gebuf { 37struct gebuf {
33 int head; 38 int head;
34 int tail; 39 int tail;