]> Dogcows Code - chaz/openbox/blobdiff - render/color.c
dont put \n's at the end of g_message
[chaz/openbox] / render / color.c
index 1f3892e5a120deba431a963c866eae2f7ca05336..0cf7b226b2529d5fe4705ba455aa27199ce17130 100644 (file)
@@ -50,6 +50,8 @@ color_rgb *color_new(int r, int g, int b)
     return NULL;
 }
 
+//XXX same color could be pointed to twice, this might have to be a refcount
+
 void color_free(color_rgb *c)
 {
     if (c->gc != None)
This page took 0.023408 seconds and 4 git commands to generate.