Revert "randr: fix RRGetCrtcTransform reply length"
This reverts commit 0ca5aaba50.
This commit is contained in:
parent
0ca5aaba50
commit
94ddca562a
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue