forked from AuroraMiddleware/gtk
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:
parent
a44c258282
commit
1c453c8849
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user