summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:43:48 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:12 +0100
commit47438a2161a92fec08081d2de28966cf8d31654a (patch)
treed98c4280cbe63bd91da1d7dc699da53998337a5d
parent7f82114b1dc738f98b9f22f6e61d6d5191383b67 (diff)
randr: RRSetPrimaryOutput can be static
-rw-r--r--randr/rroutput.c2
1 files changed, 1 insertions, 1 deletions
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)
{