(!1639) xfixes: 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 <info@metux.net>
This commit is contained in:
parent
d9098a8e46
commit
907d04d0dd
|
@ -411,7 +411,6 @@ ProcXFixesGetCursorImage(ClientPtr client)
|
|||
int _X_COLD
|
||||
SProcXFixesGetCursorImage(ClientPtr client)
|
||||
{
|
||||
REQUEST(xXFixesGetCursorImageReq);
|
||||
return ProcXFixesGetCursorImage(client);
|
||||
}
|
||||
|
||||
|
@ -562,7 +561,6 @@ ProcXFixesGetCursorImageAndName(ClientPtr client)
|
|||
int _X_COLD
|
||||
SProcXFixesGetCursorImageAndName(ClientPtr client)
|
||||
{
|
||||
REQUEST(xXFixesGetCursorImageAndNameReq);
|
||||
return ProcXFixesGetCursorImageAndName(client);
|
||||
}
|
||||
|
||||
|
|
|
@ -108,9 +108,6 @@ ProcXFixesGetClientDisconnectMode(ClientPtr client)
|
|||
int _X_COLD
|
||||
SProcXFixesGetClientDisconnectMode(ClientPtr client)
|
||||
{
|
||||
REQUEST(xXFixesGetClientDisconnectModeReq);
|
||||
REQUEST_SIZE_MATCH(xXFixesGetClientDisconnectModeReq);
|
||||
|
||||
return ProcXFixesGetClientDisconnectMode(client);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue