Revert "randr: fix RRGetCrtcTransform reply length"

This reverts commit 0ca5aaba50.
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-27 10:44:50 +01:00
parent 0ca5aaba50
commit 94ddca562a

View File

@ -1831,7 +1831,7 @@ ProcRRGetCrtcTransform(ClientPtr client)
xRRGetCrtcTransformReply rep = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = bytes_to_int32(sizeof(xRRGetCrtcTransformReply) - sizeof(xReq) + nextra),
.length = bytes_to_int32(sizeof(xRRGetCrtcTransformReply) - sizeof(xReq)),
.hasTransforms = crtc->transforms,
};