diff options
-rw-r--r-- | Xi/xigrabdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xi/xigrabdev.c b/Xi/xigrabdev.c index 0e86aa374..11c7679b9 100644 --- a/Xi/xigrabdev.c +++ b/Xi/xigrabdev.c @@ -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); |