[pango/matthiasc/for-main: 22/25] Add a forgotten binding helper




commit 097f86b299f4b793da8d3cdffc827a7ee780a8e3
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 22 00:34:25 2021 -0400

    Add a forgotten binding helper
    
    The new text-transform attribute was overlooked.

 pango/pango-attributes.c | 1 +
 1 file changed, 1 insertion(+)
---
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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]