summaryrefslogtreecommitdiff
path: root/pdf/mupdf-internal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2012-09-19 15:06:04 +0100
committerPaul Gardiner <paulg.artifex@glidos.net>2012-09-19 15:06:04 +0100
commit7428d9e85791260bf9d481b49e90c4321339453a (patch)
treeb0ca0a6868c47119ade0f5a8a846f4d1ceef6782 /pdf/mupdf-internal.h
parent5f8e096b9090577ed93072448339a6500a5178f3 (diff)
downloadmupdf-7428d9e85791260bf9d481b49e90c4321339453a.tar.xz
Forms: handle print request, both from javascript and from named action
Currently the app windows app responds with a message box explaining that the MuPDF library passes print requests to the app, but the app does not implement printing.
Diffstat (limited to 'pdf/mupdf-internal.h')
-rw-r--r--pdf/mupdf-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/mupdf-internal.h b/pdf/mupdf-internal.h
index 7fd287dd..9e5b4848 100644
--- a/pdf/mupdf-internal.h
+++ b/pdf/mupdf-internal.h
@@ -633,6 +633,7 @@ void pdf_choice_widget_set_value(pdf_document *doc, fz_widget *tw, int n, char *
void pdf_set_doc_event_callback(pdf_document *doc, fz_doc_event_cb *event_cb, void *data);
void pdf_event_issue_alert(pdf_document *doc, fz_alert_event *event);
+void pdf_event_issue_print(pdf_document *doc);
/*
* Javascript handler