diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-02 14:35:51 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-02 14:38:33 -0500 |
commit | ce48f03946bef895912019046bdbe62bb1301d0b (patch) | |
tree | db45789df9e20f4b119eeb8f6cf9e2d257558799 /src/harfbuzz-gpos.h | |
parent | 0e13beeb93077750183a8242780158b88df81e26 (diff) | |
parent | 2d15e72c75931398db5e027e660f1320bb979117 (diff) | |
download | harfbuzz-ng-mergepoint.tar.gz |
Merge harfbuzz-ngng-mergepoint
Diffstat (limited to 'src/harfbuzz-gpos.h')
-rw-r--r-- | src/harfbuzz-gpos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/harfbuzz-gpos.h b/src/harfbuzz-gpos.h index 8638cf14..b1aa1350 100644 --- a/src/harfbuzz-gpos.h +++ b/src/harfbuzz-gpos.h @@ -26,7 +26,7 @@ #ifndef HARFBUZZ_GPOS_H #define HARFBUZZ_GPOS_H -#include "harfbuzz-gdef.h" +#include "harfbuzz-open.h" #include "harfbuzz-buffer.h" HB_BEGIN_HEADER @@ -86,7 +86,7 @@ struct HB_GPOSHeader_ HB_FeatureList FeatureList; HB_LookupList LookupList; - HB_GDEFHeader* gdef; + hb_ot_layout_t *layout; /* the next field is used for a callback function to get the glyph outline. */ @@ -107,7 +107,7 @@ typedef HB_GPOSHeader* HB_GPOS; HB_Error HB_Load_GPOS_Table( HB_Font font, HB_GPOSHeader** gpos, - HB_GDEFHeader* gdef ); + hb_ot_layout_t *layout ); HB_Error HB_Done_GPOS_Table( HB_GPOSHeader* gpos ); |