summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-09-06 22:26:16 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-09-06 22:30:53 -0400
commit96fdc04e5c6daafce3d45e7508418e4db94df44c (patch)
treea42d8c5179ff59ade8301595b1115d2f196e5e56 /src/hb-buffer-private.hh
parente30ebd2794b37bd8ec716a258d5cb017fb1dfadc (diff)
Add hb_buffer_[sg]et_content_type
And hb_buffer_content_type_t and enum values.
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index 456e1b84..f5d64f3f 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -92,6 +92,8 @@ struct hb_buffer_t {
/* Buffer contents */
+ hb_buffer_content_type_t content_type;
+
bool in_error; /* Allocation failed */
bool have_output; /* Whether we have an output buffer going on */
bool have_positions; /* Whether we have positions */