summaryrefslogtreecommitdiff
path: root/base/gxdevsop.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxdevsop.h')
-rw-r--r--base/gxdevsop.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/base/gxdevsop.h b/base/gxdevsop.h
index 479d97798..b7a63ccdf 100644
--- a/base/gxdevsop.h
+++ b/base/gxdevsop.h
@@ -328,6 +328,13 @@ enum {
gxdso_JPEG_passthrough_begin,
gxdso_JPEG_passthrough_data,
gxdso_JPEG_passthrough_end,
+ /* And similarly JPX passthrough requests/control. Currently used for the pdfwrite family only.
+ */
+ gxdso_JPX_passthrough_query,
+ gxdso_JPX_passthrough_begin,
+ gxdso_JPX_passthrough_data,
+ gxdso_JPX_passthrough_end,
+
gxdso_supports_iccpostrender,
/* Retrieve the last device in a device chain
(either forwarding or subclass devices).