summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-06-12 01:21:05 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-06-12 01:21:05 +0000
commit5a08320a77a5b1f99e8bda8ac53caaf1f017a7d3 (patch)
treed79cc9c973763c29f9a8f5b4a842509a8a374ebc /cups/cups.h
parent08f269f9b90c3dc4a2fdd2ba5656be6a6ac34534 (diff)
downloadcups-5a08320a77a5b1f99e8bda8ac53caaf1f017a7d3.tar.gz
Bring back PWG white paper support for 3D print queues (just tagging of queues and drivers
that are 3D-specific, with 3D queues omitted from 2D print dialogs) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12733 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/cups.h b/cups/cups.h
index 2ccd85c81..3b1111b8c 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -250,6 +250,7 @@ enum cups_ptype_e /* Printer type/capability bit
* @since CUPS 1.4/OS X 10.6@ */
CUPS_PRINTER_MFP = 0x4000000, /* Printer with scanning capabilities
* @since CUPS 1.4/OS X 10.6@ */
+ CUPS_PRINTER_3D = 0x8000000, /* 3D Printing @since CUPS 2.1@ */
CUPS_PRINTER_OPTIONS = 0x6fffc /* ~(CLASS | REMOTE | IMPLICIT |
* DEFAULT | FAX | REJECTING | DELETE |
* NOT_SHARED | AUTHENTICATED |