forked from AuroraMiddleware/gtk
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