iliaa           Sun May  9 22:18:49 2004 EDT

  Modified files:              
    /php-src/ext/gd/libgd       gd.h 
  Log:
  Missing part of the upgrade patch.
  
  
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd.h?r1=1.22&r2=1.23&ty=u
Index: php-src/ext/gd/libgd/gd.h
diff -u php-src/ext/gd/libgd/gd.h:1.22 php-src/ext/gd/libgd/gd.h:1.23
--- php-src/ext/gd/libgd/gd.h:1.22      Mon Apr 12 17:42:42 2004
+++ php-src/ext/gd/libgd/gd.h   Sun May  9 22:18:49 2004
@@ -321,11 +321,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

Reply via email to