summaryrefslogtreecommitdiff
path: root/render/instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/instance.h')
-rw-r--r--render/instance.h6
1 files changed, 6 insertions, 0 deletions
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