From 47438a2161a92fec08081d2de28966cf8d31654a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 11 Jan 2009 08:43:48 +0100 Subject: [PATCH] randr: RRSetPrimaryOutput can be static --- randr/rroutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randr/rroutput.c b/randr/rroutput.c index 82c2530fe..0a211e572 100644 --- a/randr/rroutput.c +++ b/randr/rroutput.c @@ -538,7 +538,7 @@ ProcRRGetOutputInfo (ClientPtr client) return client->noClientException; } -void +static void RRSetPrimaryOutput(ScreenPtr pScreen, rrScrPrivPtr pScrPriv, RROutputPtr output) {