X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkwidget.h;h=760d7ce5690cb1d3eedf63765d31307dd8a50ecc;hb=db76c77b819b1b31e19609bb1b30c85f22b5b482;hp=8e12ce8b86512aaee7ce3a5fe832f2073d811a8f;hpb=6ea712fe0968e770f23d865f9bab10266efc06fc;p=~andy%2Fgtk diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 8e12ce8b8..760d7ce56 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -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; };