dix: for core events, pass the core filter into DeliverEventsToWindow

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-02-02 14:28:16 +10:00
parent 01879e583b
commit f80332a04d

View File

@ -3479,7 +3479,7 @@ DeliverFocusedEvent(DeviceIntPtr keybd, xEvent *xE, WindowPtr window, int count)
{
FixUpEventFromWindow(keybd, &core, focus, None, FALSE);
deliveries = DeliverEventsToWindow(keybd, focus, &core, 1,
filters[keybd->id][xE->u.u.type],
filters[keybd->id][core.u.u.type],
NullGrab, 0);
}
}