GtkBoxPrivate: Improve struct packing

This commit is contained in:
Matthias Clasen 2011-04-12 12:24:56 -04:00
parent b756743cdf
commit 6ca6691966

View File

@ -111,10 +111,9 @@ enum {
struct _GtkBoxPrivate
{
GtkOrientation orientation;
GList *children;
GtkOrientation orientation;
gint16 spacing;
guint default_expand : 1;