*** src/devices/grops/ps.cc.orig Sun Jan 5 14:47:44 2003 --- src/devices/grops/ps.cc Sun Jan 5 14:33:15 2003 *************** *** 1206,1211 **** --- 1206,1216 ---- */ if (!(broken_flags & (USE_PS_ADOBE_2_0|NO_PAPERSIZE))) { + out.begin_comment("BeginFeature:") + .comment_arg("*PageSize") + .comment_arg(media_name()) + .end_comment(); fprintf(out.get_file(), "<< /PageSize [ %d %d ] /ImagingBBox null >> setpagedevice\n", media_width(), media_height()); + out.simple_comment("EndFeature"); } }