X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fpseudorendercontrol.hh;h=27d0620604b290dd9355462678d09a69fff8f3bb;hb=7c32ac2b3f0bfd02a1efea1d67e5ad1c3c5be93f;hp=4f53d34a3df3b64084add8a0d40c6688255d949d;hpb=72ff846dbb56ec36231fb761b864da09885d3690;p=chaz%2Fopenbox diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh index 4f53d34a..27d06206 100644 --- a/otk/pseudorendercontrol.hh +++ b/otk/pseudorendercontrol.hh @@ -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;