diff options
Diffstat (limited to 'render/color.c')
| -rw-r--r-- | render/color.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render/color.c b/render/color.c index 1f3892e5..0cf7b226 100644 --- a/render/color.c +++ b/render/color.c @@ -50,6 +50,8 @@ color_rgb *color_new(int r, int g, int b) return NULL; } +//XXX same color could be pointed to twice, this might have to be a refcount + void color_free(color_rgb *c) { if (c->gc != None) |
