summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-08-22 11:17:07 +0100
committerRobin Watts <robin.watts@artifex.com>2013-08-22 11:20:30 +0100
commit0dc6ea4e4dd36ff69b54fa49ae397d2b98fe84b2 (patch)
tree5505b571b93c6a19a14a2595199c42ed9886e60d /include
parent768a56a43c8104a0292f4a35e85cde12fbb40a5c (diff)
downloadmupdf-0dc6ea4e4dd36ff69b54fa49ae397d2b98fe84b2.tar.xz
Add support for writing of xref streams
Use of the feature is currently enabled only in the case that a file that already contains xref streams is being updated incrementally. To do so in that case is necessary because an old-style xref is then not permitted. This fixes bug #694527
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/pdf/document.h b/include/mupdf/pdf/document.h
index a1837f4a..ec11b80f 100644
--- a/include/mupdf/pdf/document.h
+++ b/include/mupdf/pdf/document.h
@@ -215,6 +215,7 @@ struct pdf_document_s
pdf_xref *xref_sections;
int xref_altered;
int freeze_updates;
+ int has_xref_streams;
int page_count;