diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-11 17:04:44 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-11 18:20:10 +0200 |
commit | bf4c73fcee48b525d1e04aaf0b4f15cb818b0ae5 (patch) | |
tree | a7709b3ab0940c9ad6df1537ced3267a89381b74 | |
parent | ea7a1b1c1ebc37a6d1ae9c15b1239200f2dbb2ee (diff) | |
download | fpGUI-bf4c73fcee48b525d1e04aaf0b4f15cb818b0ae5.tar.xz |
INF spec update
-rw-r--r-- | docview/docs/inf04.txt | 4 |
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) |