summaryrefslogtreecommitdiff
path: root/docview
diff options
context:
space:
mode:
Diffstat (limited to 'docview')
-rw-r--r--docview/docs/inf04.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docview/docs/inf04.txt b/docview/docs/inf04.txt
index 8bd70083..6ad23d9f 100644
--- a/docview/docs/inf04.txt
+++ b/docview/docs/inf04.txt
@@ -528,6 +528,8 @@
// 0 means there is a single byte of data to follow (e.g. when the byte > 80)
( optionally ) byte[ N+1 ] data
int16 Number of zeroes to follow
+
+
**** Image data ****
Beginning at file offset imgstart, this data is a series of compressed
@@ -539,7 +541,7 @@
// BEFORE compression: not correct in this context
int16 xHotspot; // only for icons/pointers, not relevant here?
int16 yHotspot;
- int16 offBits; // offset to the actual bitmap data bits
+ int32 offBits; // offset to the actual bitmap data bits
BITMAPINFOHEADER bmp; // further bitmap data:
int32 cbFix; // length of bitmapinfo header structure (12)
// (including this field)