GtkListStorePrivate: Improve struct packing
This commit is contained in:
		| @ -33,7 +33,6 @@ | ||||
|  | ||||
| struct _GtkListStorePrivate | ||||
| { | ||||
|   GtkSortType order; | ||||
|   GtkTreeIterCompareFunc default_sort_func; | ||||
|  | ||||
|   GDestroyNotify default_sort_destroy; | ||||
| @ -45,6 +44,8 @@ struct _GtkListStorePrivate | ||||
|   gint sort_column_id; | ||||
|   gint length; | ||||
|  | ||||
|   GtkSortType order; | ||||
|  | ||||
|   guint columns_dirty : 1; | ||||
|  | ||||
|   gpointer default_sort_data; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen