mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
label: Rearrange struct members
Rearranging so can save us 8 bytes per GtkLabel on 32/64 bit aligned memory. Not a big count, but we get it for free.
This commit is contained in:
parent
3c7ea78d68
commit
8410d87eb5
@ -270,11 +270,11 @@ struct _GtkLabelPrivate
|
||||
guint jtype : 2;
|
||||
guint wrap : 1;
|
||||
guint use_underline : 1;
|
||||
guint use_markup : 1;
|
||||
guint ellipsize : 3;
|
||||
guint use_markup : 1;
|
||||
guint wrap_mode : 3;
|
||||
guint single_line_mode : 1;
|
||||
guint in_click : 1;
|
||||
guint wrap_mode : 3;
|
||||
guint pattern_set : 1;
|
||||
guint track_links : 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user