From b2d2af76b43d62c9be07fd736652f904632fd663 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 15 Jun 2009 10:10:26 -0400 Subject: [PATCH] randr: fix typo in swapped dispatch --- randr/rrsdispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);