cvs: gd /libgd gd.h
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1168606958@cvsserver> |
pajoye Fri Jan 12 13:02:38 2007 UTC
Modified files:
/gd/libgd gd.h
Log:
- prepare snap
http://cvs.php.net/viewvc.cgi/gd/libgd/gd.h?r1=1.33&r2=1.34&diff_format=u
Index: gd/libgd/gd.h
diff -u gd/libgd/gd.h:1.33 gd/libgd/gd.h:1.34
--- gd/libgd/gd.h:1.33 Wed May 17 13:04:36 2006
+++ gd/libgd/gd.h Fri Jan 12 13:02:38 2007
@@ -7,9 +7,9 @@
#define GD_MAJOR_VERSION 2
#define GD_MINOR_VERSION 0
-#define GD_RELEASE_VERSION 33
-#define GD_EXTRA_VERSION ""
-#define GD_VERSION_STRING "2.0.33"
+#define GD_RELEASE_VERSION 34
+#define GD_EXTRA_VERSION "alpha"
+#define GD_VERSION_STRING "2.0.34-alpha"
/* Do the DLL dance: dllexport when building the DLL,
@@ -652,6 +652,7 @@
int e, int color, int style);
BGD_DECLARE(void) gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e,
int color);
+BGD_DECLARE(void) gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
BGD_DECLARE(void) gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int w, int h,
int color);
BGD_DECLARE(void) gdImageFillToBorder (gdImagePtr im, int x, int y, int border,