[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Dec 20 12:03:21 PST 2009
src/hb-ot-shape-private.h | 4 ++--
src/hb-ot-shape.c | 4 ++--
src/hb-shape.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Dec 20 21:03:11 2009 +0100
Remove glibism!
diff --git a/src/hb-ot-shape-private.h b/src/hb-ot-shape-private.h
index 730f8f1..bece36d 100644
--- a/src/hb-ot-shape-private.h
+++ b/src/hb-ot-shape-private.h
@@ -34,14 +34,14 @@
HB_BEGIN_DECLS
-HB_INTERNAL gboolean
+HB_INTERNAL hb_bool_t
_hb_ot_substitute_complex (hb_font_t *font,
hb_face_t *face,
hb_buffer_t *buffer,
hb_feature_t *features,
unsigned int num_features);
-HB_INTERNAL gboolean
+HB_INTERNAL hb_bool_t
_hb_ot_position_complex (hb_font_t *font,
hb_face_t *face,
hb_buffer_t *buffer,
diff --git a/src/hb-ot-shape.c b/src/hb-ot-shape.c
index 92b3a77..795fd54 100644
--- a/src/hb-ot-shape.c
+++ b/src/hb-ot-shape.c
@@ -114,7 +114,7 @@ setup_lookups (hb_font_t *font,
}
-gboolean
+hb_bool_t
_hb_ot_substitute_complex (hb_font_t *font,
hb_face_t *face,
hb_buffer_t *buffer,
@@ -138,7 +138,7 @@ _hb_ot_substitute_complex (hb_font_t *font,
return TRUE;
}
-gboolean
+hb_bool_t
_hb_ot_position_complex (hb_font_t *font,
hb_face_t *face,
hb_buffer_t *buffer,
diff --git a/src/hb-shape.c b/src/hb-shape.c
index 1819a85..cde599d 100644
--- a/src/hb-shape.c
+++ b/src/hb-shape.c
@@ -120,7 +120,7 @@ hb_substitute_default (hb_font_t *font,
hb_map_glyphs (font, face, buffer);
}
-static gboolean
+static hb_bool_t
hb_substitute_complex (hb_font_t *font,
hb_face_t *face,
hb_buffer_t *buffer,
@@ -163,7 +163,7 @@ hb_position_default (hb_font_t *font,
}
}
-static gboolean
+static hb_bool_t
hb_position_complex (hb_font_t *font,
hb_face_t *face,
hb_buffer_t *buffer,
More information about the HarfBuzz
mailing list