GtkButtonPrivate: Improve struct packing
This commit is contained in:
@ -24,19 +24,20 @@
|
|||||||
struct _GtkButtonPrivate
|
struct _GtkButtonPrivate
|
||||||
{
|
{
|
||||||
GtkAction *action;
|
GtkAction *action;
|
||||||
GtkPositionType image_position;
|
|
||||||
GtkWidget *image;
|
GtkWidget *image;
|
||||||
|
|
||||||
GdkDevice *grab_keyboard;
|
GdkDevice *grab_keyboard;
|
||||||
GdkWindow *event_window;
|
GdkWindow *event_window;
|
||||||
|
|
||||||
gchar *label_text;
|
gchar *label_text;
|
||||||
|
|
||||||
gfloat xalign;
|
gfloat xalign;
|
||||||
gfloat yalign;
|
gfloat yalign;
|
||||||
|
|
||||||
guint activate_timeout;
|
guint activate_timeout;
|
||||||
guint32 grab_time;
|
guint32 grab_time;
|
||||||
|
|
||||||
|
GtkPositionType image_position;
|
||||||
|
|
||||||
guint align_set : 1;
|
guint align_set : 1;
|
||||||
guint button_down : 1;
|
guint button_down : 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user