Improve struct packing in various places

This commit is contained in:
Matthias Clasen
2013-09-21 23:37:48 -04:00
parent d137f74fe9
commit e5317f0f9a
19 changed files with 47 additions and 45 deletions

View File

@ -65,12 +65,12 @@
struct _GtkTreeStorePrivate
{
gint stamp;
GtkSortType order;
gpointer root;
gpointer last;
gint n_columns;
gint sort_column_id;
GList *sort_list;
GtkSortType order;
GType *column_headers;
GtkTreeIterCompareFunc default_sort_func;
gpointer default_sort_data;