From 1431cd19584e750309561e0054fd013d566965cb Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 14 Feb 2003 01:49:27 +0000 Subject: 8bpp pseudo color. it's horrid code. the graphics are horrid. I have done many terrible things and I'm so very very sorry. :( --- otk/pseudorendercontrol.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/pseudorendercontrol.hh') 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 -- cgit v1.2.3