iliaa Sun May 9 22:19:22 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/gd/libgd gd.h
Log:
Added missing upgrade bit.
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd.h?r1=1.7.2.9&r2=1.7.2.10&ty=u
Index: php-src/ext/gd/libgd/gd.h
diff -u php-src/ext/gd/libgd/gd.h:1.7.2.9 php-src/ext/gd/libgd/gd.h:1.7.2.10
--- php-src/ext/gd/libgd/gd.h:1.7.2.9 Mon Apr 12 17:43:19 2004
+++ php-src/ext/gd/libgd/gd.h Sun May 9 22:19:22 2004
@@ -320,11 +320,14 @@
gdFTEX_Shift_JIS, or gdFTEX_Big5;
when not specified, maps are searched
for in the above order. */
+ int hdpi;
+ int vdpi;
}
gdFTStringExtra, *gdFTStringExtraPtr;
#define gdFTEX_LINESPACE 1
#define gdFTEX_CHARMAP 2
+#define gdFTEX_RESOLUTION 4
/* These are NOT flags; set one in 'charmap' if you set the gdFTEX_CHARMAP bit in
'flags'. */
#define gdFTEX_Unicode 0
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php