summaryrefslogtreecommitdiff
path: root/hw/xprint
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-11-02 18:30:58 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-11-02 18:30:58 -0800
commit037f23e6f8fbe6e6fc8e71ed21958fc553df72d0 (patch)
tree1406b44fbce28811e617986a92cec1738edfa9a1 /hw/xprint
parent7dc54a40e900cbea1e509620623b091d54a3c2d1 (diff)
Convert Xprt DDX to new motion history api
Diffstat (limited to 'hw/xprint')
-rw-r--r--hw/xprint/ddxInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xprint/ddxInit.c b/hw/xprint/ddxInit.c
index 77b532fd5..8e7ec2e0a 100644
--- a/hw/xprint/ddxInit.c
+++ b/hw/xprint/ddxInit.c
@@ -156,9 +156,9 @@ PointerProc(
{
map[0] = 0;
InitPointerDeviceStruct(pPtr, map, NUM_BUTTONS,
- miPointerGetMotionEvents,
+ GetMotionHistory,
(PtrCtrlProcPtr)_XpVoidNoop,
- miPointerGetMotionBufferSize());
+ GetMotionHistorySize(), 2);
break;
}
case DEVICE_ON: