diff options
Diffstat (limited to 'print/ghostscript8/files/patch-lib:gs_init.ps')
-rw-r--r-- | print/ghostscript8/files/patch-lib:gs_init.ps | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/print/ghostscript8/files/patch-lib:gs_init.ps b/print/ghostscript8/files/patch-lib:gs_init.ps deleted file mode 100644 index 22d48fd79896..000000000000 --- a/print/ghostscript8/files/patch-lib:gs_init.ps +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/gs_init.ps.orig Tue Sep 7 00:40:52 2004 -+++ lib/gs_init.ps Tue May 24 22:19:25 2005 -@@ -122,6 +122,7 @@ - currentdict /DELAYBIND known /DELAYBIND exch def - currentdict /DISKFONTS known /DISKFONTS exch def - currentdict /DOINTERPOLATE .knownget { /INTERPOLATE exch def } if -+currentdict /NOMEDIAATTRS known /NOMEDIAATTRS exch def - currentdict /ESTACKPRINT known /ESTACKPRINT exch def - currentdict /FAKEFONTS known /FAKEFONTS exch def - currentdict /FIXEDMEDIA known /FIXEDMEDIA exch def -@@ -1420,7 +1421,7 @@ - % Set the default screen and BG/UCR. - /.setdefaultbgucr { - systemdict /setblackgeneration known { -- { pop 0 } dup setblackgeneration setundercolorremoval -+ {} dup setblackgeneration setundercolorremoval - } if - } bind def - /.useloresscreen { % - .useloresscreen <bool> -@@ -2199,3 +2200,7 @@ - ifelse - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop |