gtk+ r20636 - in trunk: . gtk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20636 - in trunk: . gtk
- Date: Fri, 20 Jun 2008 12:24:44 +0000 (UTC)
Author: mitch
Date: Fri Jun 20 12:24:44 2008
New Revision: 20636
URL: http://svn.gnome.org/viewvc/gtk+?rev=20636&view=rev
Log:
2008-06-20 Michael Natterer <mitch imendio com>
* gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
of sealed fields.
Modified:
trunk/ChangeLog
trunk/gtk/gtkhandlebox.h
Modified: trunk/gtk/gtkhandlebox.h
==============================================================================
--- trunk/gtk/gtkhandlebox.h (original)
+++ trunk/gtk/gtkhandlebox.h Fri Jun 20 12:24:44 2008
@@ -68,13 +68,14 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]