Fix typo from last commit. Oh well.

This commit is contained in:
Peter Hutterer 2007-08-08 15:00:02 +09:30
parent c02128532e
commit b1272eefd9

View File

@ -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);