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

@ -89,10 +89,10 @@ struct GtkPathElement
{
GType type;
GQuark name;
guint sibling_index;
GHashTable *regions;
GArray *classes;
GtkWidgetPath *siblings;
guint sibling_index;
};
struct _GtkWidgetPath