]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwidget.h
Merge branch 'native-layout-incubator'
[~andy/gtk] / gtk / gtkwidget.h
index 8e12ce8b86512aaee7ce3a5fe832f2073d811a8f..760d7ce5690cb1d3eedf63765d31307dd8a50ecc 100644 (file)
@@ -482,6 +482,7 @@ typedef struct _GtkClipboard           GtkClipboard;
 typedef struct _GtkTooltip         GtkTooltip;
 typedef struct _GtkWindow          GtkWindow;
 
+
 /**
  * GtkAllocation:
  * @x: the X position of the widget's area relative to its parents allocation.
@@ -817,6 +818,7 @@ struct _GtkWidgetAuxInfo
   gint y;
   gint width;
   gint height;
+
   guint x_set : 1;
   guint y_set : 1;
 };