summaryrefslogtreecommitdiff
path: root/src/gestures.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@alnilam.(none)>2010-02-01 20:31:05 +0100
committerHenrik Rydberg <rydberg@alnilam.(none)>2010-02-01 20:44:43 +0100
commitd1117c8645fc4c0e2ccf0873fcf692c3ffa8b139 (patch)
tree305af5f74b423d0cca74d5080ca4389b70255473 /src/gestures.h
parent011634a6f8df4fb6b6c24dc173680b96c7fb16f1 (diff)
button: simplify property mapping
Janitory changes only.
Diffstat (limited to 'src/gestures.h')
-rw-r--r--src/gestures.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gestures.h b/src/gestures.h
index f83cae2..0e2a49e 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -30,7 +30,6 @@
30#define GS_MOVE 1 30#define GS_MOVE 1
31#define GS_VSCROLL 2 31#define GS_VSCROLL 2
32#define GS_HSCROLL 3 32#define GS_HSCROLL 3
33#define SYN_MAX_BUTTONS 12 /* Max number of mouse buttons */
34 33
35//////////////////////////////////////////////////////// 34////////////////////////////////////////////////////////
36 35