all repos — openbox @ 694a628a2f4d209d27290d334680a1c3d22daa73

openbox fork - make it a bit more like ryudo

remove bad comment
Dana Jansens danakj@orodu.net
commit

694a628a2f4d209d27290d334680a1c3d22daa73

parent

d5f823db680a2782b2c672ac460f740379cb015a

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M render/color.crender/color.c

@@ -272,8 +272,7 @@ {

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);