From 93f8d3badcfb5e25fb3941a49b3a1be860ee1f31 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 5 Oct 2004 14:36:44 +0000 Subject: [project @ 2004-10-05 14:36:44 by jmb] Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303 --- image/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/jpeg.c') diff --git a/image/jpeg.c b/image/jpeg.c index 01c075d4b..f607ebb14 100644 --- a/image/jpeg.c +++ b/image/jpeg.c @@ -121,7 +121,7 @@ bool nsjpeg_convert(struct content *c, int w, int h) scanlines[0][i * 4 + 0] = r; scanlines[0][i * 4 + 1] = g; scanlines[0][i * 4 + 2] = b; -/* scanlines[0][i * 4 + 3] = 0xff; */ + scanlines[0][i * 4 + 3] = 0xff; } #endif } while (cinfo.output_scanline != cinfo.output_height); -- cgit v1.2.3