RRConfigureOutputProperty is a variable length request.

Replace REQUEST_SIZE_MATCH with REQUEST_AT_LEAST_SIZE
This commit is contained in:
Keith Packard 2007-02-15 22:23:16 -08:00
parent a88844eccb
commit 8606aeb9b2

View File

@ -410,7 +410,7 @@ ProcRRConfigureOutputProperty (ClientPtr client)
RROutputPtr output;
int num_valid;
REQUEST_SIZE_MATCH(xRRConfigureOutputPropertyReq);
REQUEST_AT_LEAST_SIZE(xRRConfigureOutputPropertyReq);
output = LookupOutput (client, stuff->output, DixReadAccess);