Convert Xprt DDX to new motion history api

This commit is contained in:
Alan Coopersmith 2006-11-02 18:30:58 -08:00
parent 7dc54a40e9
commit 037f23e6f8

View File

@ -156,9 +156,9 @@ PointerProc(
{ {
map[0] = 0; map[0] = 0;
InitPointerDeviceStruct(pPtr, map, NUM_BUTTONS, InitPointerDeviceStruct(pPtr, map, NUM_BUTTONS,
miPointerGetMotionEvents, GetMotionHistory,
(PtrCtrlProcPtr)_XpVoidNoop, (PtrCtrlProcPtr)_XpVoidNoop,
miPointerGetMotionBufferSize()); GetMotionHistorySize(), 2);
break; break;
} }
case DEVICE_ON: case DEVICE_ON: