diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-02 08:37:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-02 08:37:52 +0000 |
| commit | 92feea765a59a7b3ab3b3c0babda4bfd0cf91d7f (patch) | |
| tree | 7ed092fc7e85a1ed9b69bc4d3634e7911c93e476 /render/instance.h | |
| parent | 2755cf85fc7d0f088a060f59e4d31b112daeb81d (diff) | |
move some internal functions from render.h to instance.h
add a color hash table to the RrInstance
Diffstat (limited to 'render/instance.h')
| -rw-r--r-- | render/instance.h | 6 |
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 |
