[PR #1533] Xext: xcmisc: use REQUEST_HEAD_STRUCT and REQUEST_FIELD_* macros

PR: https://github.com/X11Libre/xserver/pull/1533
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-07-08 15:20:03 +02:00
parent f70c7d8e74
commit 5069e8d93e

View File

@@ -57,11 +57,6 @@ ProcXCMiscGetVersion(ClientPtr client)
.minorVersion = XCMiscMinorVersion
};
if (client->swapped) {
swaps(&reply.majorVersion);
swaps(&reply.minorVersion);
}
return X_SEND_REPLY_SIMPLE(client, reply);
}