summaryrefslogtreecommitdiff
path: root/pango/opentype/pango-ot-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/pango-ot-private.h')
-rw-r--r--pango/opentype/pango-ot-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/opentype/pango-ot-private.h b/pango/opentype/pango-ot-private.h
index 9d8f5d0e..2871cce8 100644
--- a/pango/opentype/pango-ot-private.h
+++ b/pango/opentype/pango-ot-private.h
@@ -84,8 +84,9 @@ struct _PangoOTBuffer
{
OTL_Buffer buffer;
PangoFcFont *font;
- gboolean rtl;
- gboolean applied_gpos;
+ guint rtl : 1;
+ guint zero_width_marks : 1;
+ guint applied_gpos : 1;
};
GType pango_ot_info_get_type (void);