mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix typo from last commit. Oh well.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user