GtkIconInfo: Small struct packing improvement
This makes the GtkIconInfo struct a bit smaller.
This commit is contained in:
parent
f2b98f45db
commit
acb276c644
@ -244,7 +244,6 @@ struct _GtkIconInfo
|
|||||||
gint dir_scale;
|
gint dir_scale;
|
||||||
gint min_size;
|
gint min_size;
|
||||||
gint max_size;
|
gint max_size;
|
||||||
gdouble unscaled_scale;
|
|
||||||
|
|
||||||
/* Parameters influencing the scaled icon
|
/* Parameters influencing the scaled icon
|
||||||
*/
|
*/
|
||||||
@ -261,6 +260,7 @@ struct _GtkIconInfo
|
|||||||
GdkPixbuf *pixbuf;
|
GdkPixbuf *pixbuf;
|
||||||
GdkPixbuf *proxy_pixbuf;
|
GdkPixbuf *proxy_pixbuf;
|
||||||
GError *load_error;
|
GError *load_error;
|
||||||
|
gdouble unscaled_scale;
|
||||||
gdouble scale;
|
gdouble scale;
|
||||||
|
|
||||||
SymbolicPixbufCache *symbolic_pixbuf_cache;
|
SymbolicPixbufCache *symbolic_pixbuf_cache;
|
||||||
|
Loading…
Reference in New Issue
Block a user