diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-02-14 01:49:27 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-02-14 01:49:27 +0000 |
| commit | 1431cd19584e750309561e0054fd013d566965cb (patch) | |
| tree | 909fe0a18ac2bfb522977cce9efa03f3f14e652e /otk/pseudorendercontrol.hh | |
| parent | 238355f190d9a147f812605af5506173e788e378 (diff) | |
8bpp pseudo color. it's horrid code. the graphics are horrid.
I have done many terrible things and I'm so very very sorry. :(
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 |
