summaryrefslogtreecommitdiff
path: root/base/gsequivc.c
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2021-02-01 10:22:03 -0800
committerRay Johnston <ray.johnston@artifex.com>2021-02-01 14:43:39 -0800
commitc23d68c1e8da7a4e4134b143f147427092b3d2f2 (patch)
tree2f774550e94f7975eb14965b7247bf9d7a4f998b /base/gsequivc.c
parent322d21b4c04d2f64583630de4b190ce8d3b0721d (diff)
downloadghostpdl-c23d68c1e8da7a4e4134b143f147427092b3d2f2.tar.gz
Replace -dSimulateOverprint boolean with multi-valued -dOverprint
Internally the name is changed to "overprint_control" which has enum values of gs_overprint_control_t. This is in preparation for Michael Vrhel's overprint simulation implementation. Documentation of the change and the new parameter specifics added to the doc/Use.htm file. Also added change to gs_init.ps so that command line use of -dSimulateOverprint=true maps to -dOverprint=/enable and similarly, -dSimulateOverprint=false maps to -dOverprint=/disable with a warning.
Diffstat (limited to 'base/gsequivc.c')
-rw-r--r--base/gsequivc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsequivc.c b/base/gsequivc.c
index d61d300d7..12de8fafe 100644
--- a/base/gsequivc.c
+++ b/base/gsequivc.c
@@ -479,7 +479,7 @@ capture_spot_equivalent_cmyk_colors(gx_device * pdev, const gs_gstate * pgs,
{ {0} } /* rendercond[] */, 0 /* devicegraytok */,
0 /* graydection */, 0 /* pageneutralcolor */,
0 /* usefastcolor */, 0 /* blacktext */, 0 /* supports_devn */,
- 0 /* sim_overprint */, 0 /* spotnames */,
+ 0 /* overprint_control */, 0 /* spotnames */,
0 /* prebandthreshold */, 0 /* memory */,
{ 0 } /* rc_header */
};