diff options
Diffstat (limited to 'otk/pseudorendercontrol.hh')
| -rw-r--r-- | otk/pseudorendercontrol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh index 27d06206..a52e7cc3 100644 --- a/otk/pseudorendercontrol.hh +++ b/otk/pseudorendercontrol.hh @@ -8,6 +8,7 @@ namespace otk { class PseudoRenderControl : public RenderControl { private: + int _bpc; // number of bits per color int _ncolors; // number of allocated colors, size of the XColor array XColor *_colors; // the valid allocated colors |
