mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Migrate some code to the new mi apis
This commit is contained in:
committed by
Alan Hourihane
parent
021e5df85d
commit
d3248b66a6
@@ -100,9 +100,10 @@ winMouseProc (DeviceIntPtr pDeviceInt, int iState)
|
||||
InitPointerDeviceStruct (pDevice,
|
||||
map,
|
||||
lngMouseButtons + lngWheelEvents,
|
||||
miPointerGetMotionEvents,
|
||||
GetMotionHistory,
|
||||
winMouseCtrl,
|
||||
miPointerGetMotionBufferSize ());
|
||||
GetMotionHistorySize(),
|
||||
2);
|
||||
free(map);
|
||||
|
||||
#if defined(XFree86Server) && defined(XINPUT)
|
||||
|
||||
Reference in New Issue
Block a user