(submit/fixup-req-len) Xi: drop now obsolete swap procs

Lots of SProc's have become no-ops, just calling the actual Proc's,
so we can get rid of them entirely.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-08-06 15:21:48 +02:00
parent 5c8d047e11
commit 39bea955cd
38 changed files with 20 additions and 282 deletions

View File

@@ -79,6 +79,7 @@ SProcXGrabDevice(ClientPtr client)
{
REQUEST(xGrabDeviceReq);
REQUEST_AT_LEAST_SIZE(xGrabDeviceReq);
swapl(&stuff->grabWindow);
swapl(&stuff->time);
swaps(&stuff->event_count);