summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-03-30 10:59:39 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-04-01 00:04:14 +0200
commit5ff1d6955496b3cf9a35042c9ac35db43bc336b1 (patch)
tree6d470f7eb448f59f53e8df1010aec9dad8ce1f72 /base/gxdcolor.h
parentImport Ghostscript 9.53.1 (diff)
downloadghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.gz
ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.bz2
ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.zip
Import Ghostscript 9.54ghostscript-9.54
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/gxdcolor.h')
-rw-r--r--base/gxdcolor.h6
1 files changed, 3 insertions, 3 deletions
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)\