MB emulation timeout is stored as Time, make the property 32-bit too.

This commit is contained in:
Peter Hutterer
2008-10-23 13:22:17 +10:30
parent 2c1698fa61
commit d348eb8ce7
2 changed files with 4 additions and 4 deletions

View File

@@ -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 */