From 3ad5cb92c93d712f8b3e341947a8a798f5b3bc2e Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 30 Jan 2010 16:03:44 +0100 Subject: horizontal and vertical scroll now works again The buttons reported to X did not include the scrolling buttons, effectively disabling scrolling alltogether. Fixed. --- src/hwdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hwdata.h') 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 @@ #include "common.h" -#define DIM_BUTTON 3 +#define DIM_BUTTON 7 #define MT_BUTTON_LEFT 0 #define MT_BUTTON_MIDDLE 1 -- cgit v1.2.3