diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-22 16:39:44 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-22 16:39:44 +0300 |
commit | eae6594d03a606ddf1f433b5897b5938aa940c1e (patch) | |
tree | e1ad6c47796d9e99c3cf814d25fe2d47110c47c0 /Xi | |
parent | be21630164e865eca72ff2a686a38ae4e30fd79c (diff) |
Xi: swap control in DevicePresenceNotify
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/extinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } /************************************************************************ |