From 33ec08ea2253a1692cac221f49dadda339371f66 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 02:30:14 +0000 Subject: more namespacing with Rr* --- render/color.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'render/color.h') diff --git a/render/color.h b/render/color.h index 8e97eb2a..246af198 100644 --- a/render/color.h +++ b/render/color.h @@ -17,9 +17,9 @@ struct _RrColor { GC gc; }; -void color_allocate_gc(RrColor *in); -XColor *pickColor(const RrInstance *inst, gint r, gint g, gint b); -void reduce_depth(const RrInstance *inst, RrPixel32 *data, XImage *im); -void increase_depth(const RrInstance *inst, RrPixel32 *data, XImage *im); +void RrColorAllocateGC(RrColor *in); +XColor *RrPickColor(const RrInstance *inst, gint r, gint g, gint b); +void RrReduceDepth(const RrInstance *inst, RrPixel32 *data, XImage *im); +void RrIncreaseDepth(const RrInstance *inst, RrPixel32 *data, XImage *im); #endif /* __color_h */ -- cgit v1.2.3