diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-06-17 14:17:07 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-06-17 14:22:35 +0100 |
commit | cd8abd17abcc8ae9da6704d03b97a9f134f36aab (patch) | |
tree | 9a303059ceef5033a3c4fb93f6a8f9e0544d0a47 /hw/xwin | |
parent | 14581afb474552716c02ca15220ca7050123c375 (diff) |
Cygwin/X: Fix permuted args to InitPointerDeviceStruct()
Fix a minor error in commit a30fef9956b296f59ea18a9ee38d0abafeb15a4e,
new btn_labels argument to InitPointerDeviceStruct() wasn't added in
the right place
Diffstat (limited to 'hw/xwin')
-rw-r--r-- | hw/xwin/winmouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winmouse.c b/hw/xwin/winmouse.c index e6d891397..b537d3213 100644 --- a/hw/xwin/winmouse.c +++ b/hw/xwin/winmouse.c @@ -113,9 +113,9 @@ winMouseProc (DeviceIntPtr pDeviceInt, int iState) axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); InitPointerDeviceStruct (pDevice, - btn_labels, map, lngMouseButtons + lngWheelEvents, + btn_labels, winMouseCtrl, GetMotionHistorySize(), 2, |