From b28ab231c55a8c1937ad259e4461be195e1465da Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Wed, 11 Feb 1998 01:31:42 +0100
Subject: [PATCH] paste_mask works better than paste_alpha with argument
 object,mask,x,y...

Rev: src/modules/Image/encodings/gif.c:1.32
---
 src/modules/Image/encodings/gif.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/modules/Image/encodings/gif.c b/src/modules/Image/encodings/gif.c
index fafa9432c2..25ece2652a 100644
--- a/src/modules/Image/encodings/gif.c
+++ b/src/modules/Image/encodings/gif.c
@@ -1,9 +1,9 @@
-/* $Id: gif.c,v 1.31 1998/02/10 13:27:57 mirar Exp $ */
+/* $Id: gif.c,v 1.32 1998/02/11 00:31:42 mirar Exp $ */
 
 /*
 **! module Image
 **! note
-**!	$Id: gif.c,v 1.31 1998/02/10 13:27:57 mirar Exp $
+**!	$Id: gif.c,v 1.32 1998/02/11 00:31:42 mirar Exp $
 **! submodule GIF
 **!
 **!	This submodule keep the GIF encode/decode capabilities
@@ -31,7 +31,7 @@
 
 #include "stralloc.h"
 #include "global.h"
-RCSID("$Id: gif.c,v 1.31 1998/02/10 13:27:57 mirar Exp $");
+RCSID("$Id: gif.c,v 1.32 1998/02/11 00:31:42 mirar Exp $");
 #include "pike_macros.h"
 #include "object.h"
 #include "constants.h"
@@ -2052,7 +2052,7 @@ void image_gif_decode(INT32 args)
 	    push_svalue(b->item+4);
 	    push_svalue(b->item+1);
 	    push_svalue(b->item+2);
-	    apply(o,"paste_alpha",4);
+	    apply(o,"paste_mask",4);
 	    pop_n_elems(1);
 	 }
 	 else
-- 
GitLab