summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-15 13:46:10 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 16:48:45 +0100
commit072703ee156c94cd951cf2c406f4ff64e2ed094f (patch)
tree7005be8fc2b81dac3d553bb37e7d8e820bbd1eab /include
parent23cc78236960753e6157d5038db9e960670f0c64 (diff)
downloadmupdf-072703ee156c94cd951cf2c406f4ff64e2ed094f.tar.xz
Call AA/F formatting when synthesizing appearance stream.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/pdf/event.h b/include/mupdf/pdf/event.h
index 176ba71f..8c6709a7 100644
--- a/include/mupdf/pdf/event.h
+++ b/include/mupdf/pdf/event.h
@@ -213,4 +213,6 @@ void pdf_event_issue_exec_dialog(fz_context *ctx, pdf_document *doc);
void pdf_event_issue_launch_url(fz_context *ctx, pdf_document *doc, const char *url, int new_frame);
void pdf_event_issue_mail_doc(fz_context *ctx, pdf_document *doc, pdf_mail_doc_event *event);
+void pdf_execute_action(fz_context *ctx, pdf_document *doc, pdf_obj *obj, pdf_obj *a);
+
#endif