summaryrefslogtreecommitdiff
path: root/pango/pango-impl-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-impl-utils.h')
-rw-r--r--pango/pango-impl-utils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/pango/pango-impl-utils.h b/pango/pango-impl-utils.h
index 7dabeb47..7e1d3136 100644
--- a/pango/pango-impl-utils.h
+++ b/pango/pango-impl-utils.h
@@ -72,6 +72,18 @@ prefix ## _get_type (void) \
class_init, instance_init, \
parent_type, G_TYPE_FLAG_ABSTRACT)
+
+
+typedef struct _PangoWarningHistory PangoWarningHistory;
+
+struct _PangoWarningHistory {
+ guint shape_font : 1;
+ guint shape_shape_engine : 1;
+ guint get_glyph_extents : 1;
+};
+
+extern PangoWarningHistory _pango_warning_history;
+
G_END_DECLS
#endif /* __PANGO_IMPL_UTILS_H__ */