]> Dogcows Code - chaz/openbox/blobdiff - render/color.c
sync before removing all the enter events. this way it actually catches them
[chaz/openbox] / render / color.c
index 48cd631e25a784ad442f272b526438af6072dc46..358911e155941cbb637f27f975e3e45e62f5230a 100644 (file)
@@ -272,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.020848 seconds and 4 git commands to generate.