forked from AuroraMiddleware/gtk
GtkBoxPrivate: Improve struct packing
This commit is contained in:
parent
b756743cdf
commit
6ca6691966
@ -111,10 +111,9 @@ enum {
|
||||
|
||||
struct _GtkBoxPrivate
|
||||
{
|
||||
GtkOrientation orientation;
|
||||
|
||||
GList *children;
|
||||
|
||||
GtkOrientation orientation;
|
||||
gint16 spacing;
|
||||
|
||||
guint default_expand : 1;
|
||||
|
Loading…
Reference in New Issue
Block a user