xserver: Branch 'mpx'

Peter Hutterer whot at kemper.freedesktop.org
Tue Aug 7 22:30:32 PDT 2007


 dix/events.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree b1272eefd9a3e340d65c14903f337747ec82d021 (from c02128532e910e813fba94983733942d30c2d5cb)
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Wed Aug 8 15:00:02 2007 +0930

    Fix typo from last commit. Oh well.

diff --git a/dix/events.c b/dix/events.c
index 7627f4e..6727a17 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);


More information about the xorg-commit mailing list