mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 15:58:09 +02:00
dix: fix uncredible fail in PostSyntheticMotion.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1a71862d33
commit
d60391d8ca
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue