mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 09:00:10 +01:00
randr: fix typo in swapped dispatch
This commit is contained in:
parent
1d20b9021e
commit
b2d2af76b4
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ static int
|
|||
SProcRRGetOutputPrimary (ClientPtr client)
|
||||
{
|
||||
int n;
|
||||
REQUEST(xRRSetOutputPrimaryReq);
|
||||
REQUEST(xRRGetOutputPrimaryReq);
|
||||
|
||||
REQUEST_SIZE_MATCH(xRRGetOutputPrimaryReq);
|
||||
swaps(&stuff->length, n);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue