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

index f50b3aeee9d6322191f368ccc6a28332f19f1c58..8c222ffea12b5e9dee75e9ea21e9445b70d3dffb 100644 (file)
@@ -88,14 +88,14 @@ enum {
 
 struct _GtkCellRendererPixbufPrivate
 {
-  GtkIconSize stock_size;
-
   GdkPixbuf *pixbuf;
   GdkPixbuf *pixbuf_expander_open;
   GdkPixbuf *pixbuf_expander_closed;
 
   GIcon *gicon;
 
+  GtkIconSize stock_size;
+
   gboolean follow_state;
 
   gchar *stock_id;