Xi: swap stuff->cursor in SProcXIGrabDevice

This commit is contained in:
Peter Hutterer 2009-04-26 21:32:37 +10:00
parent 057fc9a4f8
commit 48573e7ea1

View File

@ -51,6 +51,7 @@ SProcXIGrabDevice(ClientPtr client)
swaps(&stuff->length, n);
swaps(&stuff->deviceid, n);
swapl(&stuff->grab_window, n);
swapl(&stuff->cursor, n);
swapl(&stuff->time, n);
swaps(&stuff->mask_len, n);