mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
GtkToolItemGroupPrivate: Improve struct packing
This commit is contained in:
parent
93203ca2f6
commit
0e58ec7dcd
@ -81,12 +81,10 @@ struct _GtkToolItemGroupPrivate
|
||||
|
||||
GList *children;
|
||||
|
||||
gboolean animation;
|
||||
gint64 animation_start;
|
||||
GSource *animation_timeout;
|
||||
gint expander_size;
|
||||
gint header_spacing;
|
||||
PangoEllipsizeMode ellipsize;
|
||||
|
||||
gulong focus_set_id;
|
||||
GtkWidget *toplevel;
|
||||
@ -94,6 +92,9 @@ struct _GtkToolItemGroupPrivate
|
||||
GtkSettings *settings;
|
||||
gulong settings_connection;
|
||||
|
||||
PangoEllipsizeMode ellipsize;
|
||||
|
||||
guint animation : 1;
|
||||
guint collapsed : 1;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user