summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-21 23:42:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 00:31:25 -0400
commit2fbee4c38ce6a09da62bec404b795462eaa0957b (patch)
tree53c5aa6d4b9ede3136c4313e1146c134282ab294
parent0d9fb666ad17ebe28222d361a20fa73f258fe6a5 (diff)
downloadpango-2fbee4c38ce6a09da62bec404b795462eaa0957b.tar.gz
Fix binding helpers for absolute-line-height
This was overlooked.
-rw-r--r--pango/pango-attributes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index f5d5104b..f5359fd6 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1475,6 +1475,7 @@ pango_attribute_as_int (PangoAttribute *attr)
case PANGO_ATTR_SHOW:
case PANGO_ATTR_INSERT_HYPHENS:
case PANGO_ATTR_OVERLINE:
+ case PANGO_ATTR_ABSOLUTE_LINE_HEIGHT:
return (PangoAttrInt *)attr;
default: