From bb6b616b9c4fad0e074f0eac2e9c85a482ab09ae Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 02:39:55 +0000 Subject: more namespacing with Rr* --- render/instance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/instance.c') diff --git a/render/instance.c b/render/instance.c index bd2b537e..ad696655 100644 --- a/render/instance.c +++ b/render/instance.c @@ -3,8 +3,8 @@ static RrInstance *definst = NULL; -void RrTrueColorSetup (RrInstance *inst); -void RrPseudoColorSetup (RrInstance *inst); +static void RrTrueColorSetup (RrInstance *inst); +static void RrPseudoColorSetup (RrInstance *inst); RrInstance* RrInstanceNew (Display *display, gint screen) { -- cgit v1.2.3