More cleanup
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 27 Oct 2010 21:07:04 +0000 (17:07 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 2 Nov 2010 23:12:58 +0000 (19:12 -0400)
src/hb-buffer-private.hh
src/hb-ot-layout-private.hh

index ce95679..de72220 100644 (file)
 HB_BEGIN_DECLS
 
 
+/* XXX */
 #define HB_BUFFER_GLYPH_PROPERTIES_UNKNOWN 0xFFFF
-#define component() var1.u16[0]
-#define lig_id() var1.u16[1]
 #define gproperty() var2.u32
-#define back() var.u16[0] /* number of glyphs to go back for drawing current glyph */
-#define cursive_chain() var.i16[1] /* character to which this connects, may be positive or negative */
 
 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20);
 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
index a26958d..f28e99d 100644 (file)
 HB_BEGIN_DECLS
 
 
+/* XXX */
+#define component() var1.u16[0]
+#define lig_id() var1.u16[1]
+#define back() var.u16[0] /* number of glyphs to go back for drawing current glyph */
+#define cursive_chain() var.i16[1] /* character to which this connects, may be positive or negative */
+
 typedef unsigned int hb_ot_layout_class_t;
 
 /*