summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-03-21 12:44:49 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-03-21 12:57:04 +0100
commit04b04805e7e3e82c49817b409564fa22332dcca5 (patch)
tree4a944ad8fceb0fc895eef795c0cbf7970f05d16a /include
parentace0c8fc182763ec54c078f495b025fec42143a3 (diff)
downloadmupdf-04b04805e7e3e82c49817b409564fa22332dcca5.tar.xz
Fix 696661: Missing annotations.
Add an explicit 'page setup' matrix to pdf-write device, which is only used when creating top level page content stream and not the child annotation content streams.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/output-pdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/pdf/output-pdf.h b/include/mupdf/pdf/output-pdf.h
index 48789a1a..69aae2ea 100644
--- a/include/mupdf/pdf/output-pdf.h
+++ b/include/mupdf/pdf/output-pdf.h
@@ -11,7 +11,7 @@
is not an array, and that is it not shared with other objects/pages.
*/
fz_device *pdf_new_pdf_device(fz_context *ctx, pdf_document *doc,
- const fz_rect *mediabox, fz_buffer *buf, pdf_obj *resources);
+ const fz_matrix *topctm, const fz_rect *mediabox, fz_buffer *buf, pdf_obj *resources);
void pdf_localise_page_resources(fz_context *ctx, pdf_document *doc);