GtkCellRendererPixbufPrivate: Improve struct packing

This commit is contained in:
Matthias Clasen 2011-04-12 12:30:36 -04:00
parent 92f1f0c118
commit ea936d4237

View 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;