[gs-cvs] rev 8804 - trunk/gs/contrib/opvp
marcos at ghostscript.com
marcos at ghostscript.com
Wed Jun 25 09:18:58 PDT 2008
Author: marcos
Date: 2008-06-25 09:18:57 -0700 (Wed, 25 Jun 2008)
New Revision: 8804
Modified:
trunk/gs/contrib/opvp/gdevopvp.c
Log:
Fixed compile for Linux.
Modified: trunk/gs/contrib/opvp/gdevopvp.c
===================================================================
--- trunk/gs/contrib/opvp/gdevopvp.c 2008-06-24 14:16:29 UTC (rev 8803)
+++ trunk/gs/contrib/opvp/gdevopvp.c 2008-06-25 16:18:57 UTC (rev 8804)
@@ -1178,7 +1178,7 @@
/* added for image gamma correction */
typedef struct bbox_image_enum_s {
gx_image_enum_common;
- gs_memory_t *memory;
+/* gs_memory_t *memory; */
gs_matrix matrix; /* map from image space to device dpace */
const gx_clip_path *pcpath;
gx_image_enum_common_t *target_info;
More information about the gs-cvs
mailing list