summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2014-03-05 09:47:52 -0800
committerRay Johnston <ray.johnston@artifex.com>2014-03-05 09:47:52 -0800
commit4b16c45c3b834efb9ff9608360d3c053e91b1f23 (patch)
tree37ded77c498d08aee04f4aba70086ccf0bc84c55
parente63f9d066c001052f5594f09c3a3a59ff80d2d03 (diff)
downloadghostpdl-4b16c45c3b834efb9ff9608360d3c053e91b1f23.tar.gz
Fix UseFastColor ignored for pages with transparency.
Found when researching problem from customer 532.
-rw-r--r--gs/base/gdevp14.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/gdevp14.c b/gs/base/gdevp14.c
index 910c808ce..3c0e3aaa0 100644
--- a/gs/base/gdevp14.c
+++ b/gs/base/gdevp14.c
@@ -2108,6 +2108,7 @@ gs_pdf14_device_copy_params(gx_device *dev, const gx_device *target)
dev->icc_struct->graydetection = profile_targ->graydetection;
dev->icc_struct->pageneutralcolor = profile_targ->pageneutralcolor;
dev->icc_struct->supports_devn = profile_targ->supports_devn;
+ dev->icc_struct->usefastcolor = profile_targ->usefastcolor;
gx_monitor_enter(profile_dev14->device_profile[0]->lock);
rc_increment(profile_dev14->device_profile[0]);
gx_monitor_leave(profile_dev14->device_profile[0]->lock);