[HB] Remove one XXX, add another
This commit is contained in:
parent
6c78683c04
commit
d9d2a07f4a
|
@ -32,6 +32,8 @@
|
|||
|
||||
HB_BEGIN_DECLS
|
||||
|
||||
/* XXX Hide structs? */
|
||||
|
||||
typedef struct HB_GlyphItemRec_ {
|
||||
hb_codepoint_t gindex;
|
||||
unsigned int properties;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue