diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2009-11-19 18:41:44 +0000 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2009-11-19 18:41:44 +0000 |
commit | e803acaca5326327787b7e1b536ff807b3f3f51a (patch) | |
tree | a06bede8f2f72de73f81a95085b4db9673054539 /pxl | |
parent | f8b1fe858d3dee5340b0da54f5cb4341cca416c4 (diff) |
Add a function process_file to the plmain interface. This is a very simple hack that will let those interpreters who want to handle random access files directly to do so. So far this is only the SVG and XPS interpreters.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10357 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'pxl')
-rw-r--r-- | pxl/pxtop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pxl/pxtop.c b/pxl/pxtop.c index a80faa79f..69b82e708 100644 --- a/pxl/pxtop.c +++ b/pxl/pxtop.c @@ -642,6 +642,7 @@ const pl_interp_implementation_t pxl_implementation = { pxl_impl_set_post_page_action, pxl_impl_set_device, pxl_impl_init_job, + NULL, /* process_file */ pxl_impl_process, pxl_impl_flush_to_eoj, pxl_impl_process_eof, |