]> Dogcows Code - chaz/openbox/blobdiff - render/color.c
save teh client for interactive actions cuz after teh keyboard is grabbed there is...
[chaz/openbox] / render / color.c
index 5fdce39148b9f7722cd0c1ba02e192a9863bca6d..358911e155941cbb637f27f975e3e45e62f5230a 100644 (file)
@@ -65,8 +65,6 @@ RrColor *RrColorNew(const RrInstance *inst, gint r, gint g, gint b)
     return out;
 }
 
-/*XXX same color could be pointed to twice, this might have to be a refcount*/
-
 void RrColorFree(RrColor *c)
 {
     if (c) {
@@ -274,8 +272,7 @@ gulong RrColorPixel(const RrColor *c)
     return c->pixel;
 }
 
-GC RrColorGC(RrColor *c) /* XXX make this const RrColor* when the GCs are in
-                            a cache.. if possible? */
+GC RrColorGC(RrColor *c)
 {
     if (!c->gc)
         RrColorAllocateGC(c);
This page took 0.024359 seconds and 4 git commands to generate.