]> Dogcows Code - chaz/openbox/blobdiff - render/color.h
rename the 'root' context to 'desktop'
[chaz/openbox] / render / color.h
index 8e97eb2aa5f3e2c5cddd2c3839a639a3eded9850..246af1988cf5069f0253b7357538e1668e43b65d 100644 (file)
@@ -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 */
This page took 0.023092 seconds and 4 git commands to generate.