Xi: swap control in DevicePresenceNotify

This commit is contained in:
Daniel Stone 2006-10-22 16:39:44 +03:00 committed by Daniel Stone
parent be21630164
commit eae6594d03

View File

@ -658,6 +658,7 @@ SDevicePresenceNotifyEvent (devicePresenceNotify *from, devicePresenceNotify *to
*to = *from;
swaps(&to->sequenceNumber,n);
swapl(&to->time, n);
swaps(&to->control, n);
}
/************************************************************************