[gs-cvs] rev 8485 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Wed Jan 16 15:35:48 PST 2008
Author: giles
Date: 2008-01-16 15:35:48 -0800 (Wed, 16 Jan 2008)
New Revision: 8485
Modified:
trunk/gs/src/gdevp14.c
Log:
Unbreak the build.
Modified: trunk/gs/src/gdevp14.c
===================================================================
--- trunk/gs/src/gdevp14.c 2008-01-16 22:55:42 UTC (rev 8484)
+++ trunk/gs/src/gdevp14.c 2008-01-16 23:35:48 UTC (rev 8485)
@@ -832,7 +832,7 @@
mask = mask_tr_fn[mask];
tmp = pix_alpha * mask + 0x80;
pix_alpha = (tmp + (tmp >> 8)) >> 8;
- vd_pixel(int2fixed(x), int2fixed(y), mask);
+ /*vd_pixel(int2fixed(x), int2fixed(y), mask);*/
}
if (nos_knockout) {
@@ -874,9 +874,9 @@
nos_ptr[x + num_comp * nos_planestride] = nos_pixel[num_comp];
}
if (maskbuf == NULL) {
- vd_pixel(int2fixed(x), int2fixed(y), n_chan == 1 ?
+ /*vd_pixel(int2fixed(x), int2fixed(y), n_chan == 1 ?
(nos_pixel[0] << 16) + (nos_pixel[0] << 8) + nos_pixel[0] :
- (nos_pixel[0] << 16) + (nos_pixel[1] << 8) + nos_pixel[2]);
+ (nos_pixel[0] << 16) + (nos_pixel[1] << 8) + nos_pixel[2]);*/
}
if (nos_alpha_g_ptr != NULL)
++nos_alpha_g_ptr;
@@ -3184,7 +3184,7 @@
static composite_read_proc(c_pdf14trans_read);
static composite_adjust_ctm_proc(c_pdf14trans_adjust_ctm);
static composite_is_closing_proc(c_pdf14trans_is_closing);
-static composite_is_àêøóòâäí_proc(c_pdf14trans_is_àêøóòâäí);
+static composite_is_friendly_proc(c_pdf14trans_is_friendly);
static composite_clist_write_update(c_pdf14trans_clist_write_update);
static composite_clist_read_update(c_pdf14trans_clist_read_update);
More information about the gs-cvs
mailing list