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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-impl-utils.h b/pango/pango-impl-utils.h
index 7e1d3136..41fd494c 100644
--- a/pango/pango-impl-utils.h
+++ b/pango/pango-impl-utils.h
@@ -80,6 +80,8 @@ struct _PangoWarningHistory {
guint shape_font : 1;
guint shape_shape_engine : 1;
guint get_glyph_extents : 1;
+ guint get_metrics : 1;
+ guint get_font_map : 1;
};
extern PangoWarningHistory _pango_warning_history;