summaryrefslogtreecommitdiff
path: root/src/gebuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gebuf.h')
-rw-r--r--src/gebuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gebuf.h b/src/gebuf.h
index 1b95cc6..460e134 100644
--- a/src/gebuf.h
+++ b/src/gebuf.h
@@ -28,6 +28,7 @@
28#define DIM_GESTURE_EVENTS 512 28#define DIM_GESTURE_EVENTS 512
29 29
30struct gesture_event { 30struct gesture_event {
31 int status;
31 int ntouch; 32 int ntouch;
32 int nprop; 33 int nprop;
33 touch_time_t time; 34 touch_time_t time;