diff options
author | Jan Stockenius <jan@ghostscript.com> | 1998-09-04 02:28:11 +0000 |
---|---|---|
committer | Jan Stockenius <jan@ghostscript.com> | 1998-09-04 02:28:11 +0000 |
commit | a6f51d105f9a175625c2e3688ed6cbb06aaaa201 (patch) | |
tree | ccce83f33876dcd14f53a348903577af109d4ad0 /pcl/pcmisc.c | |
parent | b6aa7bf989e0eab5e82bca629c97645f8861f7d9 (diff) |
Modified pcmisc_do_reset to support overlay marcos.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@383 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pcmisc.c')
-rw-r--r-- | pcl/pcmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pcmisc.c b/pcl/pcmisc.c index 47e961a97..883e047dc 100644 --- a/pcl/pcmisc.c +++ b/pcl/pcmisc.c @@ -46,7 +46,7 @@ pcmisc_do_init(gs_memory_t *mem) } private void pcmisc_do_reset(pcl_state_t *pcls, pcl_reset_type_t type) -{ if ( type & (pcl_reset_initial | pcl_reset_printer) ) +{ if ( type & (pcl_reset_initial | pcl_reset_printer | pcl_reset_overlay) ) { pcls->end_of_line_wrap = false; pcls->display_functions = false; } |