Convert Xprt DDX to new motion history api
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user