[pango/visible-things: 57/71] tests: Print new attributes



commit c7accfe8aa09c1ceeb043334f06e4dc03902223c
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 22 18:28:45 2019 -0700

    tests: Print new attributes

 tests/test-common.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/test-common.c b/tests/test-common.c
index f6286d74..0b6c5c42 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -118,6 +118,7 @@ print_attribute (PangoAttribute *attr, GString *string)
     case PANGO_ATTR_GRAVITY_HINT:
     case PANGO_ATTR_FOREGROUND_ALPHA:
     case PANGO_ATTR_BACKGROUND_ALPHA:
+    case PANGO_ATTR_ALLOW_BREAKS:
       g_string_append_printf (string, "%d", ((PangoAttrInt *)attr)->value);
       break;
     case PANGO_ATTR_FONT_DESC:


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