GtkStyleContextPrivate: Improve struct packing
This commit is contained in:
parent
1f4dd57328
commit
7629ee7ad0
@ -483,12 +483,12 @@ struct _GtkStyleContextPrivate
|
||||
GSList *animation_regions;
|
||||
GSList *animations;
|
||||
|
||||
guint animations_invalidated : 1;
|
||||
guint invalidating_context : 1;
|
||||
|
||||
GtkThemingEngine *theming_engine;
|
||||
|
||||
GtkTextDirection direction;
|
||||
|
||||
guint animations_invalidated : 1;
|
||||
guint invalidating_context : 1;
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user