forked from AuroraMiddleware/gtk
GtkSpinButtonPrivate: Improve struct packing
This commit is contained in:
parent
fa1b967d4a
commit
1f4dd57328
@ -143,13 +143,14 @@
|
||||
|
||||
struct _GtkSpinButtonPrivate
|
||||
{
|
||||
GtkSpinButtonUpdatePolicy update_policy;
|
||||
GtkAdjustment *adjustment;
|
||||
|
||||
GdkWindow *panel;
|
||||
|
||||
guint32 timer;
|
||||
|
||||
GtkSpinButtonUpdatePolicy update_policy;
|
||||
|
||||
gdouble climb_rate;
|
||||
gdouble timer_step;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user