summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-22 04:42:51 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 04:42:51 +0000
commit701d7435d7b0dff8d106107288f1992bb2ea9de4 (patch)
treeccf71374dfbbf961b86196910ea03167eaf9829b /pango/pango-attributes.c
parentc13ec6590099dddb7145e1d4cddf5772f6d20d71 (diff)
parentb9d6e8943b2049e544bf4c08abe4e7573c6a1493 (diff)
downloadpango-701d7435d7b0dff8d106107288f1992bb2ea9de4.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
break: Some code reorg See merge request GNOME/pango!427
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r--pango/pango-attributes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index f5d5104b..15814e38 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1475,6 +1475,8 @@ 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:
+ case PANGO_ATTR_TEXT_TRANSFORM:
return (PangoAttrInt *)attr;
default: