mi: functions here are carrying 'time' without need.

This commit is contained in:
Tiago Vignatti 2008-10-08 03:19:45 -03:00
commit d1bb5e3b47
3 changed files with 10 additions and 12 deletions

View file

@ -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];