From 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 27 May 2011 03:35:58 -0400 Subject: [PATCH] Hide internal symbols --- src/hb-ot-shape.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index f78c29b..02be237 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -377,7 +377,7 @@ hb_ot_shape_execute_internal (hb_ot_shape_context_t *c) c->buffer->props.direction = c->target_direction; } -void +static void hb_ot_shape_plan_internal (hb_ot_shape_plan_t *plan, hb_face_t *face, const hb_segment_properties_t *props, @@ -391,7 +391,7 @@ hb_ot_shape_plan_internal (hb_ot_shape_plan_t *plan, plan->map.compile (face, props); } -void +static void hb_ot_shape_execute (hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, -- 2.7.4