dix: fix uncredible fail in PostSyntheticMotion.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-03-20 14:01:30 +10:00
parent 1a71862d33
commit d60391d8ca

View File

@ -1085,7 +1085,8 @@ PostSyntheticMotion(DeviceIntPtr pDev,
init_event(pDev, &ev, time);
ev.root_x = x;
ev.root_y = y;
ev.type = time;
ev.type = ET_Motion;
ev.time = time;
/* FIXME: MD/SD considerations? */
(*pDev->public.processInputProc)((InternalEvent*)&ev, pDev);