cvs: gd /libgd gd.h

[email protected] ("Pierre-Alain Joye") Tue, 26 Jun 2007 12:06:36 -0000
Newsgroups php.gd.cvs
Message-ID <cvspajoye1182859596@cvsserver>
pajoye		Tue Jun 26 12:06:36 2007 UTC

  Modified files:              
    /gd/libgd	gd.h 
  Log:
  - #97, ease the creation of regexps to match symbols/functions
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/gd.h?r1=1.37&r2=1.38&diff_format=u
Index: gd/libgd/gd.h
diff -u gd/libgd/gd.h:1.37 gd/libgd/gd.h:1.38
--- gd/libgd/gd.h:1.37	Sun May  6 19:53:05 2007
+++ gd/libgd/gd.h	Tue Jun 26 12:06:36 2007
@@ -135,7 +135,7 @@
 	based on the alpha channel value of the source color.
 	The resulting color is opaque. */
 
-   BGD_DECLARE(int) gdAlphaBlend (int dest, int src);
+BGD_DECLARE(int) gdAlphaBlend (int dest, int src);
 
   typedef struct gdImageStruct
   {
@@ -377,7 +377,8 @@
 BGD_DECLARE(int) gdFontCacheSetup (void);
 
 /* Optional: clean up after application is done using fonts in 
-BGD_DECLARE( ) gdImageStringFT(). */
+BGD_DECLARE( )
+ gdImageStringFT(). */
 BGD_DECLARE(void) gdFontCacheShutdown (void);
 /* 2.0.20: for backwards compatibility. A few applications did start calling
  this function when it first appeared although it was never documented.