GtkNumerableIconPrivate: Improve struct packing
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user