From eae6594d03a606ddf1f433b5897b5938aa940c1e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 22 Oct 2006 16:39:44 +0300 Subject: [PATCH] Xi: swap control in DevicePresenceNotify --- Xi/extinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Xi/extinit.c b/Xi/extinit.c index c1ba462fb..c35a96416 100644 --- a/Xi/extinit.c +++ b/Xi/extinit.c @@ -658,6 +658,7 @@ SDevicePresenceNotifyEvent (devicePresenceNotify *from, devicePresenceNotify *to *to = *from; swaps(&to->sequenceNumber,n); swapl(&to->time, n); + swaps(&to->control, n); } /************************************************************************