Xi: Fix XISetClientPointer swapping.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
98e8ec8deb
commit
ae7dab2a13
|
@ -55,6 +55,8 @@ SProcXISetClientPointer(ClientPtr client)
|
|||
|
||||
REQUEST(xXISetClientPointerReq);
|
||||
swaps(&stuff->length, n);
|
||||
swapl(&stuff->win, n);
|
||||
swaps(&stuff->deviceid, n);
|
||||
REQUEST_SIZE_MATCH(xXISetClientPointerReq);
|
||||
return (ProcXISetClientPointer(client));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue