commit | b54cd07b2623b68171e00179a9dc3ecbea7aa6a1 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Fri Apr 15 19:12:01 2011 -0400 |
committer | Behdad Esfahbod <[email protected]> | Fri Apr 15 19:12:01 2011 -0400 |
tree | 5143f113bb5923ad7d0e62f190a5b873113c5273 | |
parent | 0e8d35c0932ddc20ebf430f2fd82c087da698954 [diff] [blame] |
Mark internal buffer variables private
diff --git a/src/hb-buffer.h b/src/hb-buffer.h index 2151a45..293ec82 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h
@@ -42,6 +42,8 @@ hb_codepoint_t codepoint; hb_mask_t mask; uint32_t cluster; + + /*< private >*/ hb_var_int_t var1; hb_var_int_t var2; } hb_glyph_info_t; @@ -51,6 +53,8 @@ hb_position_t y_advance; hb_position_t x_offset; hb_position_t y_offset; + + /*< private >*/ hb_var_int_t var; } hb_glyph_position_t;