diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-05-10 02:18:49 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-05-10 02:18:49 +0000 |
commit | 9a50bd2de1699beb054e44d0975cefd2045bd85f (patch) | |
tree | 1f252af00457e6db5896c51818c89e654f5e1c52 /ext | |
parent | 3988ee2df902c2e9070f5ad198e6c93f5b54c6e3 (diff) | |
download | php-git-9a50bd2de1699beb054e44d0975cefd2045bd85f.tar.gz |
Missing part of the upgrade patch.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gd/libgd/gd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index a4bdf2ab96..f0fdb6b284 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -321,11 +321,14 @@ typedef struct { 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 |