summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-10-08 03:19:45 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-10-08 03:41:17 -0300
commitd1bb5e3b47ab71aa2f18f69daaf2a4c5ce06d800 (patch)
treef761295989f2309f98795d6f8774d95abe1a1726 /dix
parent4964a9ca6c3f26376469b6d8217815a47231f0a9 (diff)
mi: functions here are carrying 'time' without need.
Diffstat (limited to 'dix')
-rw-r--r--dix/getevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/getevents.c b/dix/getevents.c
index ed7bf7ffa..4770a699d 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -916,7 +916,7 @@ GetPointerEvents(EventList *events, DeviceIntPtr pDev, int type, int buttons,
/* This takes care of crossing screens for us, as well as clipping
* to the current screen. Right now, we only have one history buffer,
* so we don't set this for both the device and core.*/
- miPointerSetPosition(pDev, &pDev->last.valuators[0], &pDev->last.valuators[1], ms);
+ miPointerSetPosition(pDev, &pDev->last.valuators[0], &pDev->last.valuators[1]);
if (master) {
master->last.valuators[0] = pDev->last.valuators[0];