29 lines
2.1 KiB
Diff
29 lines
2.1 KiB
Diff
diff -up ghostscript-9.22/Resource/Init/gs_init.ps.restore-flushpage ghostscript-9.22/Resource/Init/gs_init.ps
|
|
--- ghostscript-9.22/Resource/Init/gs_init.ps.restore-flushpage 2017-11-29 14:58:35.449534983 -0500
|
|
+++ ghostscript-9.22/Resource/Init/gs_init.ps 2017-11-29 14:59:25.903397616 -0500
|
|
@@ -2163,7 +2163,7 @@ SAFER { .setsafeglobal } if
|
|
/.type1execchar /.type2execchar /.type42execchar /.setweightvector /.getuseciecolor /processcolors /.includecolorspace
|
|
/.execn /.instopped /.stop /.stopped /.setcolorrendering /.setdevicecolorrendering /.buildcolorrendering1 /.builddevicecolorrendering1
|
|
/.TransformPQR_scale_WB0 /.TransformPQR_scale_WB1 /.TransformPQR_scale_WB2 /.currentoverprintmode /.copydevice2
|
|
-/.devicename /.doneshowpage /flushpage /.getbitsrect /.getdevice /.getdefaultdevice /.getdeviceparams /.gethardwareparams
|
|
+/.devicename /.doneshowpage /.getbitsrect /.getdevice /.getdefaultdevice /.getdeviceparams /.gethardwareparams
|
|
/makewordimagedevice /.outputpage /.putdeviceparams /.setdevice /.currentshowpagecount
|
|
/.setpagedevice /.currentpagedevice /.knownundef /.setmaxlength /.rectappend /.initialize_dsc_parser /.parse_dsc_comments
|
|
/.fillCIDMap /.fillIdentityCIDMap /.buildcmap /.filenamelistseparator /.libfile /.getfilename
|
|
@@ -2181,6 +2181,15 @@ SAFER { .setsafeglobal } if
|
|
/.systemvmSFD /.settrapparams /.currentsystemparams /.currentuserparams /.getsystemparam /.getuserparam /.setsystemparams /.setuserparams
|
|
/.checkpassword /.locale_to_utf8 /.currentglobal /.gcheck /.imagepath
|
|
|
|
+% Used by a free user in the Library of Congress. Apparently this is used to
|
|
+% draw a partial page, which is then filled in by the results of a barcode
|
|
+% scanner and SQL database lookup. Its not clear to us exactly why this needs to be
|
|
+% done as a partial page, but its easiest to restore the operator, and it seems like
|
|
+% its a reasonably safe operator to restore, for the *very* few devices on which
|
|
+% it will have any effect. Currently this uses the 'sync_outptu' device method
|
|
+% to transfer the partial page, in future we may use a spec_op instead.
|
|
+%/flushpage
|
|
+
|
|
% Used by our own test suite files
|
|
%/.fileposition %image-qa.ps
|
|
%/.makeoperator /.setCPSImode % gs_cet.ps
|