[pango/pango2: 101/201] layout: Use simpler extent getters
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [pango/pango2: 101/201] layout: Use simpler extent getters
- Date: Sat, 11 Jun 2022 02:22:30 +0000 (UTC)
commit 9b034e0c31cd778355cdee864ef3339451387aee
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 24 23:41:31 2022 -0500
    layout: Use simpler extent getters
 pango/pango-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index d0327d93..6dacf398 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -670,7 +670,7 @@ ensure_lines (PangoLayout *layout)
 
 retry:
       line = pango_line_breaker_next_line (breaker, x, width, layout->wrap, ellipsize);
-      pango_line_get_trimmed_extents (line, PANGO_LEADING_TRIM_NONE, &ext);
+      pango_line_get_extents (line, NULL, &ext);
 
       if (layout->height >= 0 && y + 2 * ext.height >= layout->height &&
           ellipsize != layout->ellipsize)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]