summaryrefslogtreecommitdiff
path: root/pango/pango-ot-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-05-20 05:35:14 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-05-20 05:35:14 -0400
commit336bb3201096bdd0494d29926dd44e8cca8bed26 (patch)
tree26842c7cd2b29745e961acc6dc9b1b63b5f7dbba /pango/pango-ot-private.h
parent15a0220c336113a2df8de91ec0513b1bdde35a89 (diff)
downloadpango-336bb3201096bdd0494d29926dd44e8cca8bed26.tar.gz
[HB] Remove all references to the old code!
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r--pango/pango-ot-private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h
index ba67e269..6d3d1cf4 100644
--- a/pango/pango-ot-private.h
+++ b/pango/pango-ot-private.h
@@ -25,7 +25,7 @@
#include <glib-object.h>
#include <pango/pango-ot.h>
-#include "opentype/harfbuzz.h"
+#include "opentype/hb-ot-layout.h"
G_BEGIN_DECLS
@@ -52,9 +52,9 @@ typedef struct _PangoOTRule PangoOTRule;
struct _PangoOTRule
{
- gulong property_bit;
- HB_UShort feature_index;
- guint table_type : 1;
+ gulong property_bit;
+ guint feature_index;
+ guint table_type : 1;
};
typedef struct _PangoOTRulesetClass PangoOTRulesetClass;
@@ -79,7 +79,7 @@ struct _PangoOTRulesetClass
struct _PangoOTBuffer
{
- HB_Buffer buffer;
+ hb_buffer_t *buffer;
gboolean should_free_hb_buffer;
PangoFcFont *font;
guint rtl : 1;