mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 16:20:11 +01:00
Xi: skip superfluous cast
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
1ab50be938
commit
a1304d6cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ ProcessOtherEvent(InternalEvent *ev, DeviceIntPtr device)
|
|||
|
||||
if (grab)
|
||||
DeliverGrabbedEvent((InternalEvent*)event, device, deactivateDeviceGrab);
|
||||
else if (device->focus && !IsPointerEvent((InternalEvent*)ev))
|
||||
else if (device->focus && !IsPointerEvent(ev))
|
||||
DeliverFocusedEvent(device, (InternalEvent*)event,
|
||||
GetSpriteWindow(device));
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue