diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:39:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:39:55 +0000 |
| commit | bb6b616b9c4fad0e074f0eac2e9c85a482ab09ae (patch) | |
| tree | 3c170dd547fcb177d4106f56426b899f18b8f380 /render/instance.c | |
| parent | 16066ed282bbc70aa3cefa81a674a8c6e8fe69b8 (diff) | |
more namespacing with Rr*
Diffstat (limited to 'render/instance.c')
| -rw-r--r-- | render/instance.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
