summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-08-08 15:00:02 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-08-08 15:00:02 +0930
commitb1272eefd9a3e340d65c14903f337747ec82d021 (patch)
tree40edc533df28fff295be54b9b02c67616f4caa1c
parentc02128532e910e813fba94983733942d30c2d5cb (diff)
Fix typo from last commit. Oh well.
-rw-r--r--dix/events.c2
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);