summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 06:12:29 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 06:12:29 +0000
commita4dd208a7955e25bca710d4bcf355de7e608b9e1 (patch)
treee0e68aec8af1afd47bf5f5b0bda2273c86f697cf /otk/rendercontrol.hh
parente2607f616d8ab2abd494af74f0a53de7c658110f (diff)
use a bitshift on the rgb values instead of a color table
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index c619597f..37119846 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -17,16 +17,14 @@ class RenderControl {
protected:
const ScreenInfo *_screen;
- int _red_bits;
- int _green_bits;
- int _blue_bits;
-
+ /*
// color tables, meaning, 256 (possibly) different shades of each color,
// based on the number of bits there are available for each color in the
// visual
unsigned char _red_color_table[256];
unsigned char _green_color_table[256];
unsigned char _blue_color_table[256];
+ */
/*
Bool _dither;