From 092616de9a809a1c9a646901521ffcc1f337e913 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 02:00:42 +0000 Subject: rename pixel32/16 to RrPixel32/16 --- render/color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/color.h') diff --git a/render/color.h b/render/color.h index ba9fb22b..8768d83a 100644 --- a/render/color.h +++ b/render/color.h @@ -33,7 +33,7 @@ struct _RrColor { void color_allocate_gc(RrColor *in); XColor *pickColor(const RrInstance *inst, gint r, gint g, gint b); -void reduce_depth(const RrInstance *inst, pixel32 *data, XImage *im); -void increase_depth(const RrInstance *inst, pixel32 *data, XImage *im); +void reduce_depth(const RrInstance *inst, RrPixel32 *data, XImage *im); +void increase_depth(const RrInstance *inst, RrPixel32 *data, XImage *im); #endif /* __color_h */ -- cgit v1.2.3