X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.h;h=246af1988cf5069f0253b7357538e1668e43b65d;hb=a098c2437e96d58c647559b46278bc92954e9bbe;hp=8e97eb2aa5f3e2c5cddd2c3839a639a3eded9850;hpb=c100b72c5d47bfa9fc9f09ecce0f069b6cf59087;p=chaz%2Fopenbox 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 */