From bf4c73fcee48b525d1e04aaf0b4f15cb818b0ae5 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 11 Aug 2010 17:04:44 +0200 Subject: INF spec update --- docview/docs/inf04.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docview') 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) -- cgit v1.2.3-54-g00ecf