Xi: swap stuff->cursor in SProcXIGrabDevice
This commit is contained in:
parent
057fc9a4f8
commit
48573e7ea1
|
@ -51,6 +51,7 @@ SProcXIGrabDevice(ClientPtr client)
|
||||||
swaps(&stuff->length, n);
|
swaps(&stuff->length, n);
|
||||||
swaps(&stuff->deviceid, n);
|
swaps(&stuff->deviceid, n);
|
||||||
swapl(&stuff->grab_window, n);
|
swapl(&stuff->grab_window, n);
|
||||||
|
swapl(&stuff->cursor, n);
|
||||||
swapl(&stuff->time, n);
|
swapl(&stuff->time, n);
|
||||||
swaps(&stuff->mask_len, n);
|
swaps(&stuff->mask_len, n);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue