summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-25 22:49:54 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-25 22:49:54 +0930
commit0877de13ac6ddfb55108aa3456d47f970c6c442c (patch)
tree6e28eef360b45c19031e73bb6eb101f729464391 /hw/vfb
parent00b4339168c10dd4ce026deb8e04bfb63dfd11dc (diff)
Remove GetMotionProc from ValuatorClassRec.
With the MD/SD device hierarchy we need control over the generation of the motion history as well as the conversion later before posting it to the client. So let's not let the drivers change it. No x.org driver currently uses it anyway, linuxwacom doesn't either so dumping it seems safe enough.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitInput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c
index 3b001eea7..2af3c6421 100644
--- a/hw/vfb/InitInput.c
+++ b/hw/vfb/InitInput.c
@@ -295,7 +295,7 @@ vfbMouseProc(DeviceIntPtr pDevice, int onoff)
map[1] = 1;
map[2] = 2;
map[3] = 3;
- InitPointerDeviceStruct(pDev, map, 3, GetMotionHistory,
+ InitPointerDeviceStruct(pDev, map, 3,
(PtrCtrlProcPtr)NoopDDA, GetMotionHistorySize(), 2);
break;