From 5ff1d6955496b3cf9a35042c9ac35db43bc336b1 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 30 Mar 2021 10:59:39 +0200 Subject: Import Ghostscript 9.54 Signed-off-by: Thomas Deutschmann --- base/gxdcolor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/gxdcolor.h') diff --git a/base/gxdcolor.h b/base/gxdcolor.h index 9e979b32..8a1f4135 100644 --- a/base/gxdcolor.h +++ b/base/gxdcolor.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2020 Artifex Software, Inc. +/* Copyright (C) 2001-2021 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -302,10 +302,10 @@ int gx_remap_color(gs_gstate *); #define gx_unset_dev_color(pgs)\ color_unset(gs_currentdevicecolor_inline(pgs)) #define gx_unset_alt_dev_color(pgs)\ - color_unset(gs_altdevicecolor_inline(pgs)) + color_unset(gs_swappeddevicecolor_inline(pgs)) #define gx_unset_both_dev_colors(pgs)\ (color_unset(gs_currentdevicecolor_inline(pgs)),\ - color_unset(gs_altdevicecolor_inline(pgs))) + color_unset(gs_swappeddevicecolor_inline(pgs))) /* Load the halftone cache in preparation for drawing. */ #define gx_color_load_select(pdevc, pgs, dev, select)\ -- cgit v1.2.3-65-gdbad