summaryrefslogtreecommitdiff
path: root/pdf/mupdf-internal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2012-09-25 16:55:45 +0100
committerPaul Gardiner <paulg.artifex@glidos.net>2012-09-25 16:55:45 +0100
commit13640bcfb6bfb5aa7b6f06b8a3b33d5d9a806652 (patch)
treed363ec3bc18307805511df025947026c06bd0019 /pdf/mupdf-internal.h
parent3f91c3e7d91124b92e7aa60b9916e66fe891eda4 (diff)
downloadmupdf-13640bcfb6bfb5aa7b6f06b8a3b33d5d9a806652.tar.xz
Forms: handle app.execMenuItem (presently just as a not-supported warning)
The name of the menu item is passed, so presumably the app could respond to some of the possibilities.
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 9e5b4848..a069e236 100644
--- a/pdf/mupdf-internal.h
+++ b/pdf/mupdf-internal.h
@@ -634,6 +634,7 @@ void pdf_set_doc_event_callback(pdf_document *doc, fz_doc_event_cb *event_cb, vo
void pdf_event_issue_alert(pdf_document *doc, fz_alert_event *event);
void pdf_event_issue_print(pdf_document *doc);
+void pdf_event_issue_exec_menu_item(pdf_document *doc, char *item);
/*
* Javascript handler