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/gtklistbox.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/gtklistbox.c')
-rw-r--r-- | gtk/gtklistbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index 2ca063710e..28f7299023 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -22,7 +22,6 @@ #include "gtkactionhelperprivate.h" #include "gtkadjustmentprivate.h" #include "gtkbuildable.h" -#include "gtkcontainerprivate.h" #include "gtkcssnodeprivate.h" #include "gtkgestureclick.h" #include "gtkintl.h" |