aboutsummaryrefslogtreecommitdiffstats
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 @@
#define GS_ROTATE 7
struct Gestures {
- unsigned type, btmask, btdata;
+ bitmask_t type, btmask, btdata;
int same_fingers, dx, dy, scale, rot;
};