Bug 1693395 - Add XROutputColor:PrintAsGrayscale to the grayscale values for CUPS. r=jfkthame

See bug 1676191 comment 32.

Differential Revision: https://phabricator.services.mozilla.com/D105513
This commit is contained in:
Emilio Cobos Álvarez 2021-02-18 05:18:38 +00:00
Родитель 2d36991217
Коммит 0c577d1451
1 изменённых файлов: 13 добавлений и 12 удалений

Просмотреть файл

@ -141,6 +141,7 @@ class nsPrinterCUPS final : public nsPrinterBase {
macro_("PrintoutMode", "Normal.Gray") /* Foomatic */ \
macro_("ProcessColorModel", "Mono") /* Samsung */ \
macro_("ARCMode", "CMBW") /* Sharp */ \
macro_("XRXColor", "BW") /* Xerox */
macro_("XRXColor", "BW") /* Xerox */ \
macro_("XROutputColor", "PrintAsGrayscale") /* Xerox, bug 1676191#c32 */
#endif /* nsPrinterCUPS_h___ */