randr: fix typo in swapped dispatch

This commit is contained in:
Adam Jackson 2009-06-15 10:10:26 -04:00
parent 1d20b9021e
commit b2d2af76b4

View File

@ -453,7 +453,7 @@ static int
SProcRRGetOutputPrimary (ClientPtr client)
{
int n;
REQUEST(xRRSetOutputPrimaryReq);
REQUEST(xRRGetOutputPrimaryReq);
REQUEST_SIZE_MATCH(xRRGetOutputPrimaryReq);
swaps(&stuff->length, n);