[pango/harfbuzz-ng] [HB] Remove one XXX, add another



commit 8f0881c5d40224e820ce19e67259f75e8c82adb7
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon May 25 03:24:19 2009 -0400

    [HB] Remove one XXX, add another
---
 pango/opentype/hb-buffer.h            |    2 ++
 pango/opentype/hb-ot-layout-private.h |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pango/opentype/hb-buffer.h b/pango/opentype/hb-buffer.h
index b4e9911..ca45ba5 100644
--- a/pango/opentype/hb-buffer.h
+++ b/pango/opentype/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/pango/opentype/hb-ot-layout-private.h b/pango/opentype/hb-ot-layout-private.h
index 2051d95..1a55d2d 100644
--- a/pango/opentype/hb-ot-layout-private.h
+++ b/pango/opentype/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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]