mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 20:58:52 +00:00
Revert "randr: fix RRGetCrtcTransform reply length"
This reverts commit 0ca5aaba50.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2012>
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user