From 92feea765a59a7b3ab3b3c0babda4bfd0cf91d7f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Sep 2003 08:37:52 +0000 Subject: move some internal functions from render.h to instance.h add a color hash table to the RrInstance --- render/instance.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'render/instance.h') diff --git a/render/instance.h b/render/instance.h index 53e89d30..dcc5cb86 100644 --- a/render/instance.h +++ b/render/instance.h @@ -26,6 +26,12 @@ struct _RrInstance { gint pseudo_bpc; XColor *pseudo_colors; + + GHashTable *color_hash; }; +guint RrPseudoBPC (const RrInstance *inst); +XColor* RrPseudoColors (const RrInstance *inst); +GHashTable* RrColorHash (const RrInstance *inst); + #endif -- cgit v1.2.3