From d348eb8ce78640363c159e1a4fdbfa9b596fa5bb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 23 Oct 2008 13:22:17 +1030 Subject: MB emulation timeout is stored as Time, make the property 32-bit too. --- include/evdev-properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/evdev-properties.h b/include/evdev-properties.h index b2b3f4b..89f25f1 100644 --- a/include/evdev-properties.h +++ b/include/evdev-properties.h @@ -31,7 +31,7 @@ /* Middle mouse button emulation */ /* BOOL */ #define EVDEV_PROP_MIDBUTTON "Evdev Middle Button Emulation" -/* CARD16 */ +/* CARD32 */ #define EVDEV_PROP_MIDBUTTON_TIMEOUT "Evdev Middle Button Timeout" /* Wheel emulation */ -- cgit v1.2.3