projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f823d
)
remove bad comment
author
Dana Jansens
<danakj@orodu.net>
Wed, 3 Sep 2003 04:28:00 +0000
(
04:28
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 3 Sep 2003 04:28:00 +0000
(
04:28
+0000)
render/color.c
patch
|
blob
|
history
diff --git
a/render/color.c
b/render/color.c
index 48cd631e25a784ad442f272b526438af6072dc46..358911e155941cbb637f27f975e3e45e62f5230a 100644
(file)
--- 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);