GtkLabelPrivate: Improve struct packing

This commit is contained in:
Matthias Clasen 2011-04-12 12:34:11 -04:00
parent a65e25df83
commit 8377ecd694

View File

@ -81,11 +81,12 @@ struct _GtkLabelPrivate
PangoAttrList *effective_attrs;
PangoLayout *layout;
gboolean mnemonics_visible;
gchar *label;
gchar *text;
gdouble angle;
guint mnemonics_visible : 1;
guint jtype : 2;
guint wrap : 1;
guint use_underline : 1;
@ -103,8 +104,6 @@ struct _GtkLabelPrivate
gint wrap_width;
gint width_chars;
gint max_width_chars;
gdouble angle;
};
/* Notes about the handling of links: