GtkNumerableIconPrivate: Improve struct packing

This commit is contained in:
Matthias Clasen
2011-04-12 12:35:17 -04:00
parent f3865a2011
commit fdac246ed2

View File

@ -55,11 +55,12 @@
struct _GtkNumerableIconPrivate { struct _GtkNumerableIconPrivate {
gint count; gint count;
gint icon_size;
gchar *label; gchar *label;
GIcon *background_icon; GIcon *background_icon;
gchar *background_icon_name; gchar *background_icon_name;
gint icon_size;
GdkRGBA *background; GdkRGBA *background;
GdkRGBA *foreground; GdkRGBA *foreground;