input: Remove useless conditional.
This commit is contained in:
parent
24383056d0
commit
31005efb1b
|
@ -3762,11 +3762,7 @@ ProcessKeyboardEvent (xEvent *xE, DeviceIntPtr keybd, int count)
|
||||||
Bool deactivateGrab = FALSE;
|
Bool deactivateGrab = FALSE;
|
||||||
KeyClassPtr keyc = keybd->key;
|
KeyClassPtr keyc = keybd->key;
|
||||||
|
|
||||||
if (xE->u.u.type & EXTENSION_EVENT_BASE)
|
grabinfo = &keybd->deviceGrab;
|
||||||
grabinfo = &keybd->deviceGrab;
|
|
||||||
else
|
|
||||||
grabinfo = &keybd->deviceGrab;
|
|
||||||
|
|
||||||
grab = grabinfo->grab;
|
grab = grabinfo->grab;
|
||||||
|
|
||||||
if (!syncEvents.playingEvents)
|
if (!syncEvents.playingEvents)
|
||||||
|
|
Loading…
Reference in New Issue