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, 2 insertions, 0 deletions
diff --git a/include/gestures.h b/include/gestures.h
index 6bc92cd..b512121 100644
--- a/include/gestures.h
+++ b/include/gestures.h
@@ -33,6 +33,8 @@
33#define GS_SCALE 6 33#define GS_SCALE 6
34#define GS_ROTATE 7 34#define GS_ROTATE 7
35#define GS_TAP 8 35#define GS_TAP 8
36#define GS_VSWIPE4 9
37#define GS_HSWIPE4 10
36 38
37struct Gestures { 39struct Gestures {
38 bitmask_t type, btmask, btdata; 40 bitmask_t type, btmask, btdata;