From 48573e7ea13e279593249036e6d30f1d7507882f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sun, 26 Apr 2009 21:32:37 +1000 Subject: [PATCH] Xi: swap stuff->cursor in SProcXIGrabDevice --- Xi/xigrabdev.c | 1 + 1 file changed, 1 insertion(+) 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);