From 221413e5ef5c2c9fc4d8b634e587b81190c21dc8 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 11 Dec 2002 20:45:47 +0000 Subject: [PATCH] Remove double definition of imagesettile Add imageantiallias --- ext/gd/php_gd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 90a229f450..10e92336d7 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -99,10 +99,10 @@ PHP_FUNCTION(imagecopyresampled); #ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imagerotate); +PHP_FUNCTION(imageantialias); #endif PHP_FUNCTION(imagesetthickness); -PHP_FUNCTION(imagesettile); PHP_FUNCTION(imagecopymergegray); PHP_FUNCTION(imagesetbrush); PHP_FUNCTION(imagesettile); -- 2.40.0