]> Dogcows Code - chaz/openbox/blobdiff - render/instance.h
move some internal functions from render.h to instance.h
[chaz/openbox] / render / instance.h
index 53e89d3063675fc72510b8ca3f38b4456ebff097..dcc5cb861635729d508a453916cb59db1bb83a4a 100644 (file)
@@ -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
This page took 0.022384 seconds and 4 git commands to generate.