aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-10-23 13:22:17 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-10-23 17:15:30 +1030
commitfa18a4a38d3cdf9ab94dcc5586cade3016a97616 (patch)
treec9edbf86b1ec29dc2ffb2363046e19650b8ff171 /include
parentInit ioctl bitmasks to 0, shuts up valgrind too. (diff)
downloadxf86-input-evdev-fa18a4a38d3cdf9ab94dcc5586cade3016a97616.tar.gz
xf86-input-evdev-fa18a4a38d3cdf9ab94dcc5586cade3016a97616.tar.bz2
xf86-input-evdev-fa18a4a38d3cdf9ab94dcc5586cade3016a97616.zip
MB emulation timeout is stored as Time, make the property 32-bit too.
(cherry picked from commit d348eb8ce78640363c159e1a4fdbfa9b596fa5bb)
Diffstat (limited to 'include')
-rw-r--r--include/evdev-properties.h2
1 files changed, 1 insertions, 1 deletions
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 */