[gtk+] GtkBoxPrivate: Improve struct packing
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkBoxPrivate: Improve struct packing
- Date: Tue, 12 Apr 2011 16:51:44 +0000 (UTC)
commit 6ca66919662d60716c09e4730644293dc85671d8
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Apr 12 12:24:56 2011 -0400
GtkBoxPrivate: Improve struct packing
gtk/gtkbox.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index bc9693d..9a20579 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]