GtkButtonPrivate: Improve struct packing
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
struct _GtkButtonPrivate
|
||||
{
|
||||
GtkAction *action;
|
||||
GtkPositionType image_position;
|
||||
GtkWidget *image;
|
||||
|
||||
GdkDevice *grab_keyboard;
|
||||
@ -38,6 +37,8 @@ struct _GtkButtonPrivate
|
||||
guint activate_timeout;
|
||||
guint32 grab_time;
|
||||
|
||||
GtkPositionType image_position;
|
||||
|
||||
guint align_set : 1;
|
||||
guint button_down : 1;
|
||||
guint constructed : 1;
|
||||
|
||||
Reference in New Issue
Block a user