aboutsummaryrefslogtreecommitdiff
path: root/src/image.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-12-23 22:55:24 +0100
committerjcid <devnull@localhost>2007-12-23 22:55:24 +0100
commit516941cbf21ce901e39b63fd0fba2e254a17c00e (patch)
tree54f57ea14a6ab8f4329dcd2efeff45172639d23d /src/image.hh
parentd893172796bca7f8b68914e5af138ff552e9f2b3 (diff)
Updated doc/Images.txt
Diffstat (limited to 'src/image.hh')
-rw-r--r--src/image.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/image.hh b/src/image.hh
index fde51838..8ed8b081 100644
--- a/src/image.hh
+++ b/src/image.hh
@@ -39,14 +39,14 @@ struct _DilloImage {
uint_t height;
const uchar_t *cmap; /* Color map (only for indexed) */
- DilloImgType in_type; /* Image Type */
+ DilloImgType in_type; /* Image Type */
int32_t bg_color; /* Background color */
- int ProcessedBytes; /* Amount of bytes already decoded */
- bitvec_t *BitVec; /* Bit vector for decoded rows */
- ImageState State;
+ int ProcessedBytes; /* Amount of bytes already decoded */
+ bitvec_t *BitVec; /* Bit vector for decoded rows */
+ ImageState State; /* Processing status */
- int RefCount; /* Reference counter */
+ int RefCount; /* Reference counter */
};