[pango/visible-things: 61/71] tests: Print the new attribute



commit 6fb0b4e88d18043cd4787ff0ec6457fd176044cc
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 13 16:00:29 2019 -0400

    tests: Print the new attribute

 tests/test-common.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/test-common.c b/tests/test-common.c
index 0b6c5c42..3b1620ed 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -119,6 +119,7 @@ print_attribute (PangoAttribute *attr, GString *string)
     case PANGO_ATTR_FOREGROUND_ALPHA:
     case PANGO_ATTR_BACKGROUND_ALPHA:
     case PANGO_ATTR_ALLOW_BREAKS:
+    case PANGO_ATTR_SHOW:
       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]