diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-08-08 15:00:02 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-08-08 15:00:02 +0930 |
commit | b1272eefd9a3e340d65c14903f337747ec82d021 (patch) | |
tree | 40edc533df28fff295be54b9b02c67616f4caa1c | |
parent | c02128532e910e813fba94983733942d30c2d5cb (diff) |
Fix typo from last commit. Oh well.
-rw-r--r-- | dix/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |