dix: fix uncredible fail in PostSyntheticMotion.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1085,7 +1085,8 @@ PostSyntheticMotion(DeviceIntPtr pDev,
|
|||||||
init_event(pDev, &ev, time);
|
init_event(pDev, &ev, time);
|
||||||
ev.root_x = x;
|
ev.root_x = x;
|
||||||
ev.root_y = y;
|
ev.root_y = y;
|
||||||
ev.type = time;
|
ev.type = ET_Motion;
|
||||||
|
ev.time = time;
|
||||||
|
|
||||||
/* FIXME: MD/SD considerations? */
|
/* FIXME: MD/SD considerations? */
|
||||||
(*pDev->public.processInputProc)((InternalEvent*)&ev, pDev);
|
(*pDev->public.processInputProc)((InternalEvent*)&ev, pDev);
|
||||||
|
|||||||
Reference in New Issue
Block a user