summaryrefslogtreecommitdiff
path: root/src/gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures.h')
-rw-r--r--src/gestures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gestures.h b/src/gestures.h
index de029b7..5f3923e 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -9,6 +9,7 @@
9#define GS_MOVE 1 9#define GS_MOVE 1
10#define GS_VSCROLL 2 10#define GS_VSCROLL 2
11#define GS_HSCROLL 3 11#define GS_HSCROLL 3
12#define SYN_MAX_BUTTONS 12 /* Max number of mouse buttons */
12 13
13//////////////////////////////////////////////////////// 14////////////////////////////////////////////////////////
14 15