summaryrefslogtreecommitdiff
path: root/render/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/color.h')
-rw-r--r--render/color.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/color.h b/render/color.h
index 246af198..64529292 100644
--- a/render/color.h
+++ b/render/color.h
@@ -15,6 +15,9 @@ struct _RrColor {
int b;
unsigned long pixel;
GC gc;
+
+ gint key;
+ gint refcount;
};
void RrColorAllocateGC(RrColor *in);