GtkSpinButtonPrivate: Improve struct packing
This commit is contained in:
@ -143,13 +143,14 @@
|
||||
|
||||
struct _GtkSpinButtonPrivate
|
||||
{
|
||||
GtkSpinButtonUpdatePolicy update_policy;
|
||||
GtkAdjustment *adjustment;
|
||||
|
||||
GdkWindow *panel;
|
||||
|
||||
guint32 timer;
|
||||
|
||||
GtkSpinButtonUpdatePolicy update_policy;
|
||||
|
||||
gdouble climb_rate;
|
||||
gdouble timer_step;
|
||||
|
||||
|
Reference in New Issue
Block a user