iliaa           Tue Sep 11 23:34:25 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/gd/libgd       gd.h 
  Log:
  MFH: Fixed function definition
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.h?r1=1.26.2.3.2.5&r2=1.26.2.3.2.6&diff_format=u
Index: php-src/ext/gd/libgd/gd.h
diff -u php-src/ext/gd/libgd/gd.h:1.26.2.3.2.5 
php-src/ext/gd/libgd/gd.h:1.26.2.3.2.6
--- php-src/ext/gd/libgd/gd.h:1.26.2.3.2.5      Sun Jun  3 17:46:18 2007
+++ php-src/ext/gd/libgd/gd.h   Tue Sep 11 23:34:25 2007
@@ -643,7 +643,7 @@
 int gdImageContrast(gdImagePtr src, double contrast);
 
 /* Simply adds or substracts respectively red, green or blue to a pixel */
-int gdImageColor(gdImagePtr src, int red, int green, int blue);
+int gdImageColor(gdImagePtr src, const int red, const int green, const int 
blue, const int alpha);
 
 /* Image convolution by a 3x3 custom matrix */
 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float 
offset);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to