From f572a4670d394f6f51bf9400e29c4bb410e4c15d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Apr 2011 12:37:55 -0400 Subject: [PATCH] GtkPanedPrivate: Improve struct packing --- gtk/gtkpaned.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 219e5e5bb3..28de64033c 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -91,13 +91,13 @@ struct _GtkPanedPrivate { - GtkOrientation orientation; GtkPaned *first_paned; GtkWidget *child1; GtkWidget *child2; GtkWidget *last_child1_focus; GtkWidget *last_child2_focus; GtkWidget *saved_focus; + GtkOrientation orientation; GdkCursorType cursor_type; GdkDevice *grab_device; @@ -111,6 +111,8 @@ struct _GtkPanedPrivate gint min_position; gint original_position; + guint32 grab_time; + guint handle_prelit : 1; guint in_drag : 1; guint in_recursion : 1; @@ -119,8 +121,6 @@ struct _GtkPanedPrivate guint child2_resize : 1; guint child2_shrink : 1; guint position_set : 1; - - guint32 grab_time; }; enum {