summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-06-15 10:10:26 -0400
committerAdam Jackson <ajax@redhat.com>2009-06-15 10:10:26 -0400
commitb2d2af76b43d62c9be07fd736652f904632fd663 (patch)
treebe9eb4d331104ed0ae3ea8f741ee3558973f3e83
parent1d20b9021e8aecb942619f64017cc2fc31f02d29 (diff)
randr: fix typo in swapped dispatch
-rw-r--r--randr/rrsdispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c
index 9fbf8f0f5..f6821c309 100644
--- a/randr/rrsdispatch.c
+++ b/randr/rrsdispatch.c
@@ -453,7 +453,7 @@ static int
SProcRRGetOutputPrimary (ClientPtr client)
{
int n;
- REQUEST(xRRSetOutputPrimaryReq);
+ REQUEST(xRRGetOutputPrimaryReq);
REQUEST_SIZE_MATCH(xRRGetOutputPrimaryReq);
swaps(&stuff->length, n);