pajoye          Tue Sep 11 21:31:14 2007 UTC

  Modified files:              
    /php-src/ext/gd/libgd       gd.h 
  Log:
  - MFB
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.h?r1=1.33&r2=1.34&diff_format=u
Index: php-src/ext/gd/libgd/gd.h
diff -u php-src/ext/gd/libgd/gd.h:1.33 php-src/ext/gd/libgd/gd.h:1.34
--- php-src/ext/gd/libgd/gd.h:1.33      Sun Jun  3 17:43:13 2007
+++ php-src/ext/gd/libgd/gd.h   Tue Sep 11 21:31:14 2007
@@ -639,7 +639,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