mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user