randr: fix typo in swapped dispatch
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user