From fdabd3daf9c631f53408d82c9168705dc6a2832a Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 17 Mar 2003 04:50:40 +0000 Subject: paint gets more parameters --- render/color.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/color.c') 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) -- cgit v1.2.3