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 dc7f05acf..3ba09fd2b 100644
--- a/base/gxdevsop.h
+++ b/base/gxdevsop.h
@@ -372,6 +372,13 @@ enum {
/* Private dso used to check that a printer device properly forwards to the default */
gxdso_debug_printer_check,
#endif
+ /* gxdso_supports_alpha:
+ * data = NULL
+ * size = 0
+ * Returns 1 if the rendering device supports alpha,
+ * 0 otherwise.
+ */
+ gxdso_supports_alpha,
/* Add new gxdso_ keys above this. */
gxdso_pattern__LAST
};