[pango/avoid-overlong-lines: 4/6] Reserve the remaining bits in PangoLogAttr
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/avoid-overlong-lines: 4/6] Reserve the remaining bits in PangoLogAttr
- Date: Fri, 12 Nov 2021 01:23:58 +0000 (UTC)
commit 399a4b9ba16e32edce848339f6a77389b93b09bc
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]