diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-14 18:49:19 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-14 18:49:19 -0300 |
commit | 0058f32eb536c7c286a6366da9e517e58dbe4a69 (patch) | |
tree | 18d6906cd799018ae517fa8dfae0e9a03c1cfe50 /src/image.hh | |
parent | 952f0fed9ae8df6434d1b613b98fa48d2c698332 (diff) |
Fix: inherit bgcolor from parent widget (images). Also cleanups.
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/image.hh b/src/image.hh index d4525ba2..7bc07ed6 100644 --- a/src/image.hh +++ b/src/image.hh @@ -38,10 +38,7 @@ struct _DilloImage { uint_t width; uint_t height; - const uchar_t *cmap; /* Color map (only for indexed) */ - DilloImgType in_type; /* Image Type */ int32_t bg_color; /* Background color */ - bitvec_t *BitVec; /* Bit vector for decoded rows */ uint_t ScanNumber; /* Current decoding scan */ ImageState State; /* Processing status */ |