diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-04-12 12:24:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-04-12 12:24:56 -0400 |
commit | 6ca66919662d60716c09e4730644293dc85671d8 (patch) | |
tree | ab49d5c7cdc072101981d8f005892669a77637b2 /gtk | |
parent | b756743cdf062e6b821e5ebf4c37bbeb214b241c (diff) | |
download | gtk+-6ca66919662d60716c09e4730644293dc85671d8.tar.gz |
GtkBoxPrivate: Improve struct packing
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkbox.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index bc9693d437..9a205792cd 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -111,10 +111,9 @@ enum { struct _GtkBoxPrivate { - GtkOrientation orientation; - GList *children; + GtkOrientation orientation; gint16 spacing; guint default_expand : 1; |