From 1c453c8849b1ec053e674225e5b880e3ce29800d Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 20 Jun 2008 12:24:44 +0000 Subject: [PATCH] deuglify formatting of sealed fields. 2008-06-20 Michael Natterer * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting of sealed fields. svn path=/trunk/; revision=20636 --- ChangeLog | 5 +++++ gtk/gtkhandlebox.h | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6042d14841..ff9dd9332e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-20 Michael Natterer + + * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting + of sealed fields. + 2008-06-20 Michael Natterer * gtk/gtkwindow.[ch] diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 62161221be..b73bdd3968 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -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