]> Dogcows Code - chaz/openbox/blobdiff - render/color.h
rename color_rgb to RrColor
[chaz/openbox] / render / color.h
index 2ed23ddd55284024222b1b62de2715eb605636c1..ba9fb22b4e7eb41b4fca4a42600d4e8cdd88d222 100644 (file)
@@ -31,7 +31,7 @@ struct _RrColor {
     GC gc;
 };
 
-void color_allocate_gc(color_rgb *in);
+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);
This page took 0.021853 seconds and 4 git commands to generate.