[HB] Remove one XXX, add another
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 25 May 2009 07:24:19 +0000 (03:24 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:18 +0000 (14:40 -0500)
src/hb-buffer.h
src/hb-ot-layout-private.h

index 5ca746a..4e13088 100644 (file)
@@ -32,6 +32,8 @@
 
 HB_BEGIN_DECLS
 
+/* XXX  Hide structs? */
+
 typedef struct HB_GlyphItemRec_ {
   hb_codepoint_t gindex;
   unsigned int   properties;
index 2051d95..1a55d2d 100644 (file)
@@ -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