X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Finstance.h;h=dcc5cb861635729d508a453916cb59db1bb83a4a;hb=ada2eb8fe506d1e55cf49953e570f7270c4dd930;hp=53e89d3063675fc72510b8ca3f38b4456ebff097;hpb=3f32dfa87e08556d7f6a58efab9b7479e515be26;p=chaz%2Fopenbox 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