mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
GtkCellRendererPixbufPrivate: Improve struct packing
This commit is contained in:
parent
92f1f0c118
commit
ea936d4237
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user