[gs-cvs] rev 7989 - branches/gs-esp-gpl-merger/src

till at ghostscript.com till at ghostscript.com
Mon May 21 05:26:12 PDT 2007


Author: till
Date: 2007-05-21 05:26:11 -0700 (Mon, 21 May 2007)
New Revision: 7989

Modified:
   branches/gs-esp-gpl-merger/src/gxclimag.c
   branches/gs-esp-gpl-merger/src/iminst.h
Log:
Merged with trunk up to rev 7988.


Modified: branches/gs-esp-gpl-merger/src/gxclimag.c
===================================================================
--- branches/gs-esp-gpl-merger/src/gxclimag.c	2007-05-21 06:40:28 UTC (rev 7988)
+++ branches/gs-esp-gpl-merger/src/gxclimag.c	2007-05-21 12:26:11 UTC (rev 7989)
@@ -376,9 +376,6 @@
 	varying_depths ||
 	(code = gs_matrix_invert(&pim->ImageMatrix, &mat)) < 0 ||
 	(code = gs_matrix_multiply(&mat, &ctm_only(pis), &mat)) < 0 ||
-	/****** CAN'T HANDLE SOME TRANSFORMS ******/
-	(mat.tx != cdev->imager_state.ctm.tx) ||  
-	(mat.ty != cdev->imager_state.ctm.ty) ||  
 	!(cdev->disable_mask & clist_disable_nonrect_hl_image ?
 	  (is_xxyy(&mat) || is_xyyx(&mat)) :
 	  image_matrix_ok_to_band(&mat))

Modified: branches/gs-esp-gpl-merger/src/iminst.h
===================================================================
--- branches/gs-esp-gpl-merger/src/iminst.h	2007-05-21 06:40:28 UTC (rev 7988)
+++ branches/gs-esp-gpl-merger/src/iminst.h	2007-05-21 12:26:11 UTC (rev 7989)
@@ -47,11 +47,6 @@
     uint count;
 } gs_file_path;
 
-/* buffer sizes for stdio */
-#define STDIN_BUF_SIZE 128
-#define STDOUT_BUF_SIZE 128
-#define STDERR_BUF_SIZE 128
-
 /*
  * Here is where we actually define the structure of interpreter instances.
  * Clients should not reference any of the members.  Note that in order to



More information about the gs-cvs mailing list