From b1272eefd9a3e340d65c14903f337747ec82d021 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 8 Aug 2007 15:00:02 +0930 Subject: [PATCH] Fix typo from last commit. Oh well. --- dix/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dix/events.c b/dix/events.c index 7627f4ebe..6727a170c 100644 --- a/dix/events.c +++ b/dix/events.c @@ -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);