Cygwin/X: Fix permuted args to InitPointerDeviceStruct()

Fix a minor error in commit a30fef9956,
new btn_labels argument to InitPointerDeviceStruct() wasn't added in
the right place
This commit is contained in:
Jon TURNEY 2009-06-17 14:17:07 +01:00
parent 14581afb47
commit cd8abd17ab

View File

@ -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,