diff options
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r-- | pango/pango-ot-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h index 88875e74..c56e0f26 100644 --- a/pango/pango-ot-private.h +++ b/pango/pango-ot-private.h @@ -86,6 +86,7 @@ struct _PangoOTRulesetClass struct _PangoOTBuffer { HB_Buffer buffer; + gboolean should_free_hb_buffer; PangoFcFont *font; guint rtl : 1; guint zero_width_marks : 1; |