summaryrefslogtreecommitdiff
path: root/otk/pseudorendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/pseudorendercontrol.hh')
-rw-r--r--otk/pseudorendercontrol.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh
index c88ae931..603fc4ba 100644
--- a/otk/pseudorendercontrol.hh
+++ b/otk/pseudorendercontrol.hh
@@ -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;