diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-22 00:34:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-22 00:34:55 -0400 |
commit | 097f86b299f4b793da8d3cdffc827a7ee780a8e3 (patch) | |
tree | f6eae5745edfe37ab9b29ee9a1cada04be121eae /pango/pango-attributes.c | |
parent | e812c0431d7b698e7d6552a8f466955ef50b4d10 (diff) | |
download | pango-097f86b299f4b793da8d3cdffc827a7ee780a8e3.tar.gz |
Add a forgotten binding helper
The new text-transform attribute was overlooked.
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 1 |
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: |