[pango/avoid-overlong-lines: 3/6] Reserve the remaining bits in PangoLogAttr




commit 52dd16275df4a848bbba178a4b6dc062b0403943
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 11 19:47:33 2021 -0500

    Reserve the remaining bits in PangoLogAttr
    
    This will let us use some of them during layout.

 pango/pango-break.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/pango/pango-break.h b/pango/pango-break.h
index 5d791e27..797fefd1 100644
--- a/pango/pango-break.h
+++ b/pango/pango-break.h
@@ -97,6 +97,8 @@ struct _PangoLogAttr
   guint is_word_boundary            : 1;
   guint break_inserts_hyphen        : 1;
   guint break_removes_preceding     : 1;
+
+  guint reserved                    : 17;
 };
 
 PANGO_DEPRECATED_IN_1_44


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