diff options
Diffstat (limited to 'base/gxdevsop.h')
-rw-r--r-- | base/gxdevsop.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/base/gxdevsop.h b/base/gxdevsop.h index 2d4d1a97..27ea0cb6 100644 --- a/base/gxdevsop.h +++ b/base/gxdevsop.h @@ -352,6 +352,20 @@ enum { * the PDF font may not match the widths of the glyphs in the font. */ gxdso_event_info, + /* gxdso_overprint_active: + * data = NULL + * size = 0 + * Returns 1 if the overprint device is active, + * 0 otherwise. + */ + gxdso_overprint_active, + /* gxdso_in_smask: + * data = NULL + * size = 0 + * Returns 1 if we are within an smask (either construction or usage), + * 0 otherwise. + */ + gxdso_in_smask, /* Debug only dsos follow here */ #ifdef DEBUG |