mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-17 23:00:30 +01:00
dix: remove duplicate line in EnterLeaveEvent.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
This commit is contained in:
parent
8ff62ea5ba
commit
26f701704b
1 changed files with 0 additions and 2 deletions
|
|
@ -4323,8 +4323,6 @@ EnterLeaveEvent(
|
|||
/* we don't have enough bytes, so we squash flags and mode into
|
||||
one byte, and use the last byte for the deviceid. */
|
||||
devEnterLeave = (deviceEnterNotify*)&event;
|
||||
devEnterLeave->type = (type == EnterNotify) ? DeviceEnterNotify :
|
||||
DeviceLeaveNotify;
|
||||
devEnterLeave->type = (type == EnterNotify) ? DeviceEnterNotify :
|
||||
DeviceLeaveNotify;
|
||||
devEnterLeave->mode |= (event.u.enterLeave.flags << 4);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue