]> Dogcows Code - chaz/openbox/blobdiff - otk/pseudorendercontrol.hh
start of pseudo init
[chaz/openbox] / otk / pseudorendercontrol.hh
index c88ae931ecd17cc9f01d5f5c414d5ad72b49160b..603fc4baa6ea4ac6676a6c6e4b67f1ebca3ec569 100644 (file)
@@ -17,10 +17,9 @@ private:
 
   int _cpc; // colors-per-channel: must be a value between [2,6]
   int _bpp; // bits-per-pixel
+  int _ncolors; // number of allocated colors, size of the XColor array
 
-  // These are only used for !TrueColor visuals
   XColor *_colors;
-  int _ncolors;
   
   virtual void reduceDepth(Surface &sf, XImage *im) const;
   
This page took 0.019787 seconds and 4 git commands to generate.