From 457db36d1a6d1b9bfdc9c753fd9a23eae81a6d5e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 6 Aug 2024 15:20:03 +0200 Subject: [PATCH] (!1639) Xext: xres: drop swapping request length fields The request struct's length fields aren't used anymore - we have the client->req_len field instead, which also is bigreq-compatible. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xres.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Xext/xres.c b/Xext/xres.c index cd61cd66d..b221a4f01 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -1067,7 +1067,6 @@ static int _X_COLD SProcResDispatch (ClientPtr client) { REQUEST(xReq); - swaps(&stuff->length); switch (stuff->data) { case X_XResQueryVersion: