[gs-cvs] rev 7876 - trunk/gs/src

henrys at ghostscript.com henrys at ghostscript.com
Mon Apr 23 12:31:20 PDT 2007


Author: henrys
Date: 2007-04-23 12:31:20 -0700 (Mon, 23 Apr 2007)
New Revision: 7876

Modified:
   trunk/gs/src/gdevdjet.c
Log:
Margin adjustments courtesy of jbrown at cs.ucsd.edu.  We have no way of
testing this change since we do not have a Laserjet II.  Bug #688054.


Modified: trunk/gs/src/gdevdjet.c
===================================================================
--- trunk/gs/src/gdevdjet.c	2007-04-23 18:04:55 UTC (rev 7875)
+++ trunk/gs/src/gdevdjet.c	2007-04-23 19:31:20 UTC (rev 7876)
@@ -170,7 +170,7 @@
 HPJET_DEVICE(prn_hp_procs, "ljet2p",
 	     DEFAULT_WIDTH_10THS, DEFAULT_HEIGHT_10THS,
 	     X_DPI, Y_DPI,
-	     0.20, 0.25, 0.25, 0.25,	/* margins */
+	     0.25, 0.25, 0.25, 0.0,	/* margins */
 	     1, ljet2p_print_page_copies);
 
 const gx_device_hpjet gs_ljet3_device =



More information about the gs-cvs mailing list