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, InitPointerDeviceStruct (pDevice,
map, map,
lngMouseButtons + lngWheelEvents, lngMouseButtons + lngWheelEvents,
miPointerGetMotionEvents, GetMotionHistory,
winMouseCtrl, winMouseCtrl,
miPointerGetMotionBufferSize ()); GetMotionHistorySize(),
2);
free(map); free(map);
#if defined(XFree86Server) && defined(XINPUT) #if defined(XFree86Server) && defined(XINPUT)