From d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 25 May 2009 03:24:19 -0400 Subject: [PATCH] [HB] Remove one XXX, add another --- src/hb-buffer.h | 2 ++ src/hb-ot-layout-private.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hb-buffer.h b/src/hb-buffer.h index 5ca746aba..4e130883b 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -32,6 +32,8 @@ HB_BEGIN_DECLS +/* XXX Hide structs? */ + typedef struct HB_GlyphItemRec_ { hb_codepoint_t gindex; unsigned int properties; diff --git a/src/hb-ot-layout-private.h b/src/hb-ot-layout-private.h index 2051d95fb..1a55d2d74 100644 --- a/src/hb-ot-layout-private.h +++ b/src/hb-ot-layout-private.h @@ -64,8 +64,7 @@ struct _hb_ot_layout_t }; -/* XXX #define HB_OT_LAYOUT_INTERNAL static */ -#define HB_OT_LAYOUT_INTERNAL +#define HB_OT_LAYOUT_INTERNAL static HB_BEGIN_DECLS