summaryrefslogtreecommitdiff
path: root/include/gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gestures.h')
-rw-r--r--include/gestures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gestures.h b/include/gestures.h
index 2866ba4..2bd4a55 100644
--- a/include/gestures.h
+++ b/include/gestures.h
@@ -34,7 +34,7 @@
34#define GS_ROTATE 7 34#define GS_ROTATE 7
35 35
36struct Gestures { 36struct Gestures {
37 unsigned type, btmask, btdata; 37 bitmask_t type, btmask, btdata;
38 int same_fingers, dx, dy, scale, rot; 38 int same_fingers, dx, dy, scale, rot;
39}; 39};
40 40