]> Dogcows Code - chaz/openbox/blobdiff - otk/pseudorendercontrol.hh
8bpp pseudo color. it's horrid code. the graphics are horrid.
[chaz/openbox] / otk / pseudorendercontrol.hh
index 27d0620604b290dd9355462678d09a69fff8f3bb..a52e7cc3fb5fc4d174e410fc0b69fd926d8b4747 100644 (file)
@@ -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
   
This page took 0.020849 seconds and 4 git commands to generate.