deuglify formatting of sealed fields.

2008-06-20  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
	of sealed fields.


svn path=/trunk/; revision=20636
This commit is contained in:
Michael Natterer 2008-06-20 12:24:44 +00:00 committed by Michael Natterer
parent a44c258282
commit 1c453c8849
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2008-06-20 Michael Natterer <mitch@imendio.com>
* gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
of sealed fields.
2008-06-20 Michael Natterer <mitch@imendio.com>
* gtk/gtkwindow.[ch]

View File

@ -68,13 +68,14 @@ struct _GtkHandleBox
guint GSEAL (shrink_on_detach) : 1;
signed int GSEAL (snap_edge : 3); /* -1 == unset */
/* Variables used during a drag
*/
gint GSEAL (deskoff_x), GSEAL (deskoff_y); /* Offset between root relative coordinates
* and deskrelative coordinates */
GtkAllocation GSEAL (attach_allocation);
GtkAllocation GSEAL (float_allocation);
gint GSEAL (deskoff_x); /* Offset between root relative coordinates */
gint GSEAL (deskoff_y); /* and deskrelative coordinates */
GtkAllocation GSEAL (attach_allocation);
GtkAllocation GSEAL (float_allocation);
};
struct _GtkHandleBoxClass