mirror of
https://github.com/brl/mutter.git
synced 2025-02-24 00:44:10 +00:00
clutter: fix hole in ClutterPaintNode
Fixing the missalignment takes the structure from 80 bytes down to 72. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1081
This commit is contained in:
parent
aedcfcd010
commit
021e281c51
@ -49,12 +49,12 @@ struct _ClutterPaintNode
|
|||||||
ClutterPaintNode *next_sibling;
|
ClutterPaintNode *next_sibling;
|
||||||
ClutterPaintNode *last_child;
|
ClutterPaintNode *last_child;
|
||||||
|
|
||||||
guint n_children;
|
|
||||||
|
|
||||||
GArray *operations;
|
GArray *operations;
|
||||||
|
|
||||||
gchar *name;
|
gchar *name;
|
||||||
|
|
||||||
|
guint n_children;
|
||||||
|
|
||||||
volatile int ref_count;
|
volatile int ref_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user