From e5317f0f9ad3c8dfb9df0d90e3d7b16524334f49 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Sep 2013 23:37:48 -0400 Subject: Improve struct packing in various places --- gtk/gtkentry.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gtk/gtkentry.c') diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 01fa816f55..d124b46c33 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -234,10 +234,9 @@ struct _EntryIconInfo guint in_drag : 1; guint pressed : 1; - GtkIconHelper *icon_helper; - - GtkTargetList *target_list; GdkDragAction actions; + GtkTargetList *target_list; + GtkIconHelper *icon_helper; }; struct _GtkEntryPasswordHint -- cgit v1.2.1