]> Pileus Git - ~andy/gtk/commitdiff
GtkCellAreaBoxPrivate: Improve struct packing
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 16:25:53 +0000 (12:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 16:25:53 +0000 (12:25 -0400)
gtk/gtkcellareabox.c

index 213f61b85cde6834189002e9a90b0be7f8024a30..38ba114f3331ba82e5348a9e1af8020a3c220f72 100644 (file)
@@ -201,8 +201,6 @@ static GSList        *get_allocated_cells    (GtkCellAreaBox        *box,
 
 struct _GtkCellAreaBoxPrivate
 {
-  GtkOrientation   orientation;
-
   /* We hold on to the previously focused cell when navigating
    * up and down in a horizontal box (or left and right on a vertical one)
    * this way we always re-enter the last focused cell.
@@ -215,6 +213,7 @@ struct _GtkCellAreaBoxPrivate
 
   GSList          *contexts;
 
+  GtkOrientation   orientation;
   gint             spacing;
 
   /* We hold on to the rtl state from a widget we are requested for