From 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 2 May 2013 14:29:32 -0400 Subject: [PATCH] Minor --- src/hb-buffer-private.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh index 387ebd9a8..a8cf77024 100644 --- a/src/hb-buffer-private.hh +++ b/src/hb-buffer-private.hh @@ -80,6 +80,8 @@ struct hb_buffer_t { inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; } + inline bool has_separate_output (void) const { return info != out_info; } + unsigned int serial; /* These reflect current allocations of the bytes in glyph_info_t's var1 and var2. */