xserver: Branch 'input-hotplug'

Daniel Stone daniels at kemper.freedesktop.org
Sun Oct 22 16:40:15 EEST 2006


 Xi/extinit.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree eae6594d03a606ddf1f433b5897b5938aa940c1e (from be21630164e865eca72ff2a686a38ae4e30fd79c)
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Sun Oct 22 16:39:44 2006 +0300

    Xi: swap control in DevicePresenceNotify

diff --git a/Xi/extinit.c b/Xi/extinit.c
index c1ba462..c35a964 100644
--- a/Xi/extinit.c
+++ b/Xi/extinit.c
@@ -658,6 +658,7 @@ SDevicePresenceNotifyEvent (devicePresen
     *to = *from;
     swaps(&to->sequenceNumber,n);
     swapl(&to->time, n);
+    swaps(&to->control, n);
 }
 
 /************************************************************************



More information about the xorg-commit mailing list