We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48c278 commit d859414Copy full SHA for d859414
libraries/libgd/flip_macro.patch
@@ -0,0 +1,15 @@
1
+--- src/gd.h
2
++++ src/gd.h
3
+@@ -1604,6 +1604,11 @@ BGD_DECLARE(void) gdImageFlipHorizontal(gdImagePtr im);
4
+ BGD_DECLARE(void) gdImageFlipVertical(gdImagePtr im);
5
+ BGD_DECLARE(void) gdImageFlipBoth(gdImagePtr im);
6
+
7
++#define GD_FLIP_HORINZONTAL 1 /* typo, kept for BC */
8
++#define GD_FLIP_HORIZONTAL 1
9
++#define GD_FLIP_VERTICAL 2
10
++#define GD_FLIP_BOTH 3
11
++
12
+ /**
13
+ * Group: Crop
14
+ *
15
0 commit comments