summaryrefslogtreecommitdiff
path: root/pxl/pxgstate.c
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2004-01-20 21:30:00 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2004-01-20 21:30:00 +0000
commit21ba60360d07d5343a5a35024a9e7ef54e900ad2 (patch)
treeeef6b865e302156e415a67ccceeccacddedd4acc /pxl/pxgstate.c
parentf0de309989c5e6955d7a02e0261f0ccaa394e186 (diff)
Add parameter to denote that we are not sending high level pattern steams to pdfwrite
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2037 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pxl/pxgstate.c')
-rw-r--r--pxl/pxgstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxl/pxgstate.c b/pxl/pxgstate.c
index dd5728054..4af39d37a 100644
--- a/pxl/pxgstate.c
+++ b/pxl/pxgstate.c
@@ -282,7 +282,7 @@ px_gstate_init(px_gstate_t *pxgs, gs_state *pgs)
/* halftone.thresholds was initialized at alloc time */
px_gstate_reset(pxgs);
if ( pgs )
- gs_state_set_client(pgs, pxgs, &px_gstate_procs);
+ gs_state_set_client(pgs, pxgs, &px_gstate_procs, false);
}
/* Initialize the graphics state for a page. */