From 5c3790511c1b69f2ce98ffc770c49ea44f4d5aa4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 18 Jul 2025 12:37:30 +0200 Subject: [PATCH] Xext: ggext: 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/geext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Xext/geext.c b/Xext/geext.c index 5c511ecf8..ff652d40d 100644 --- a/Xext/geext.c +++ b/Xext/geext.c @@ -136,7 +136,6 @@ static int _X_COLD SProcGEDispatch(ClientPtr client) { REQUEST(xReq); - swaps(&stuff->length); switch (stuff->data) { case X_GEQueryVersion: