]> Dogcows Code - chaz/openbox/blobdiff - otk/pseudorendercontrol.hh
proper order for headers
[chaz/openbox] / otk / pseudorendercontrol.hh
index 4f53d34a3df3b64084add8a0d40c6688255d949d..27d0620604b290dd9355462678d09a69fff8f3bb 100644 (file)
@@ -8,7 +8,8 @@ namespace otk {
 
 class PseudoRenderControl : public RenderControl {
 private:
-  // add some vars!!!
+  int _ncolors;    // number of allocated colors, size of the XColor array
+  XColor *_colors; // the valid allocated colors
   
   virtual void reduceDepth(Surface &sf, XImage *im) const;
   
This page took 0.019183 seconds and 4 git commands to generate.