mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 15:20:15 +01:00
Fix typo from last commit. Oh well.
This commit is contained in:
parent
c02128532e
commit
b1272eefd9
1 changed files with 1 additions and 1 deletions
|
|
@ -3157,7 +3157,7 @@ CheckPassiveGrabsOnWindow(
|
|||
This essentially requires a client to re-create all
|
||||
passiveGrabs when the pairing changes... oh well.
|
||||
*/
|
||||
if (xE->u.u.type < LASTEVENT)
|
||||
if (xE->u.u.type < LASTEvent)
|
||||
{
|
||||
grab->device = device;
|
||||
grab->modifierDevice = GetPairedKeyboard(device);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue