summaryrefslogtreecommitdiff
path: root/docview
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-11 17:04:44 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-08-11 18:20:10 +0200
commitbf4c73fcee48b525d1e04aaf0b4f15cb818b0ae5 (patch)
treea7709b3ab0940c9ad6df1537ced3267a89381b74 /docview
parentea7a1b1c1ebc37a6d1ae9c15b1239200f2dbb2ee (diff)
downloadfpGUI-bf4c73fcee48b525d1e04aaf0b4f15cb818b0ae5.tar.xz
INF spec update
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)