summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-buffer-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-buffer-private.h')
-rw-r--r--pango/opentype/hb-buffer-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/opentype/hb-buffer-private.h b/pango/opentype/hb-buffer-private.h
index 45cdc4de..f1947860 100644
--- a/pango/opentype/hb-buffer-private.h
+++ b/pango/opentype/hb-buffer-private.h
@@ -72,6 +72,7 @@ struct _hb_buffer_t {
unsigned int allocated;
hb_bool_t have_output; /* weather we have an output buffer going on */
+ hb_bool_t in_error; /* Allocation failed */
unsigned int in_length;
unsigned int out_length;
unsigned int in_pos;