[pango/line-breaker: 15/32] parshape: fix build




commit e8719331bc2603582e221a930e262312ec1afff1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 23 20:40:52 2022 -0500

    parshape: fix build

 examples/parshape.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/examples/parshape.c b/examples/parshape.c
index 0a233f4d..b8380145 100644
--- a/examples/parshape.c
+++ b/examples/parshape.c
@@ -68,7 +68,7 @@ main (int argc, char *argv[])
 
       line = pango_line_breaker_next_line (breaker,
                                            x, width,
-                                           PANGO_LINE_WRAP_CHAR,
+                                           PANGO_WRAP_CHAR,
                                            PANGO_ELLIPSIZE_NONE);
 
       pango_line_get_extents (line, NULL, &ext);


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