X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.c;h=358911e155941cbb637f27f975e3e45e62f5230a;hb=5a44164be9c7171f7775f7a3f88fe4a1f93d9a1b;hp=48cd631e25a784ad442f272b526438af6072dc46;hpb=fffc89c226484d058dc31188163b0a6653ece0ec;p=chaz%2Fopenbox diff --git a/render/color.c b/render/color.c index 48cd631e..358911e1 100644 --- a/render/color.c +++ b/render/color.c @@ -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);