randr: fix typo in swapped dispatch
This commit is contained in:
parent
1d20b9021e
commit
b2d2af76b4
|
@ -453,7 +453,7 @@ static int
|
||||||
SProcRRGetOutputPrimary (ClientPtr client)
|
SProcRRGetOutputPrimary (ClientPtr client)
|
||||||
{
|
{
|
||||||
int n;
|
int n;
|
||||||
REQUEST(xRRSetOutputPrimaryReq);
|
REQUEST(xRRGetOutputPrimaryReq);
|
||||||
|
|
||||||
REQUEST_SIZE_MATCH(xRRGetOutputPrimaryReq);
|
REQUEST_SIZE_MATCH(xRRGetOutputPrimaryReq);
|
||||||
swaps(&stuff->length, n);
|
swaps(&stuff->length, n);
|
||||||
|
|
Loading…
Reference in New Issue