Migrate some code to the new mi apis

This commit is contained in:
Colin Harrison 2007-05-09 16:54:46 +01:00 committed by Alan Hourihane
parent 021e5df85d
commit d3248b66a6

View File

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