diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:00:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:00:42 +0000 |
| commit | 092616de9a809a1c9a646901521ffcc1f337e913 (patch) | |
| tree | da4c62231354e15d6a784cf1682c9b628563e872 /render/color.h | |
| parent | bd59576748db274c1a5e6ffece5df51d7d700b23 (diff) | |
rename pixel32/16 to RrPixel32/16
Diffstat (limited to 'render/color.h')
| -rw-r--r-- | render/color.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
