X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.h;h=8768d83a0c61e301d005ea79982a4d59d133217f;hb=092616de9a809a1c9a646901521ffcc1f337e913;hp=ba9fb22b4e7eb41b4fca4a42600d4e8cdd88d222;hpb=bd59576748db274c1a5e6ffece5df51d7d700b23;p=chaz%2Fopenbox 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 */