summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-22 00:34:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 00:34:55 -0400
commit097f86b299f4b793da8d3cdffc827a7ee780a8e3 (patch)
treef6eae5745edfe37ab9b29ee9a1cada04be121eae
parente812c0431d7b698e7d6552a8f466955ef50b4d10 (diff)
downloadpango-097f86b299f4b793da8d3cdffc827a7ee780a8e3.tar.gz
Add a forgotten binding helper
The new text-transform attribute 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 f5359fd6..15814e38 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1476,6 +1476,7 @@ pango_attribute_as_int (PangoAttribute *attr)
case PANGO_ATTR_INSERT_HYPHENS:
case PANGO_ATTR_OVERLINE:
case PANGO_ATTR_ABSOLUTE_LINE_HEIGHT:
+ case PANGO_ATTR_TEXT_TRANSFORM:
return (PangoAttrInt *)attr;
default: