summaryrefslogtreecommitdiff
path: root/src/hwdata.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@alnilam.(none)>2010-01-30 16:03:44 +0100
committerHenrik Rydberg <rydberg@alnilam.(none)>2010-01-30 16:03:44 +0100
commit3ad5cb92c93d712f8b3e341947a8a798f5b3bc2e (patch)
tree0841e04566ec5a89d5cddba294d61d3f70ef662a /src/hwdata.h
parent0e711b50d648fd724a9c09da7f1f0317fdeb269f (diff)
horizontal and vertical scroll now works again
The buttons reported to X did not include the scrolling buttons, effectively disabling scrolling alltogether. Fixed.
Diffstat (limited to 'src/hwdata.h')
-rw-r--r--src/hwdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hwdata.h b/src/hwdata.h
index 1c38ed5..806f43d 100644
--- a/src/hwdata.h
+++ b/src/hwdata.h
@@ -24,7 +24,7 @@
24 24
25#include "common.h" 25#include "common.h"
26 26
27#define DIM_BUTTON 3 27#define DIM_BUTTON 7
28 28
29#define MT_BUTTON_LEFT 0 29#define MT_BUTTON_LEFT 0
30#define MT_BUTTON_MIDDLE 1 30#define MT_BUTTON_MIDDLE 1