diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-19 11:43:57 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-20 16:30:45 -0400 |
commit | b55195fa2e41410298b4a91431998162c0917ae0 (patch) | |
tree | 87d7d1dbaf92a1167f84634e7e9f249de6d2a863 /gtk/gtkbutton.c | |
parent | 841c4a8cfef17fa5f17bd153a368a0b2a4a05520 (diff) | |
download | gtk+-b55195fa2e41410298b4a91431998162c0917ae0.tar.gz |
Move the idle sizer to GtkWindow
This was only living in gtkcontainer.c for historic
reasons. Move it closer to where it belongs, and
rename it from 'idle' to 'layout', since it is
really about the layout phase of the frame clock,
nowadays.
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 666c403a0f..947e440a63 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -57,7 +57,6 @@ #include "gtkactionhelperprivate.h" #include "gtkcheckbutton.h" -#include "gtkcontainerprivate.h" #include "gtkgestureclick.h" #include "gtkeventcontrollerkey.h" #include "gtkimage.h" |