summaryrefslogtreecommitdiff
path: root/source/fitz/document-all.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-07-20 16:21:37 +0100
committerRobin Watts <robin.watts@artifex.com>2015-07-20 17:19:00 +0100
commit3b5e21be58ae1fda85c3573adf5b7d25c71dfe0d (patch)
tree4447435314a3baf971431eadcdfa569549a7b6ba /source/fitz/document-all.c
parent08cf4d8a9353b6bb938492cb9e7c3d1ba4aabf08 (diff)
downloadmupdf-3b5e21be58ae1fda85c3573adf5b7d25c71dfe0d.tar.xz
First cut at gprf document handler.
Doesn't actually trigger generation from ghostscript, or load images from files generated by ghostscript yet.
Diffstat (limited to 'source/fitz/document-all.c')
-rw-r--r--source/fitz/document-all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fitz/document-all.c b/source/fitz/document-all.c
index bfe57592..8517e0ee 100644
--- a/source/fitz/document-all.c
+++ b/source/fitz/document-all.c
@@ -9,4 +9,5 @@ void fz_register_document_handlers(fz_context *ctx)
fz_register_document_handler(ctx, &tiff_document_handler);
fz_register_document_handler(ctx, &html_document_handler);
fz_register_document_handler(ctx, &epub_document_handler);
+ fz_register_document_handler(ctx, &gprf_document_handler);
}