diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-04 06:18:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-04 06:24:05 -0400 |
commit | 872fbfacd3315f4e28849b8852bc5678f63a791e (patch) | |
tree | e4a31499be74a2ab03f34b168aaaeb608274b43a /gtk/gtk.h | |
parent | d467850af069cdbc7f0659399deed609c373b31b (diff) | |
download | gtk+-872fbfacd3315f4e28849b8852bc5678f63a791e.tar.gz |
Split GtkWindowGroup into its own file
gtkwindow.c is too big and too messy. This is a small step
towards making it better.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ #include <gtk/gtkwidget.h> #include <gtk/gtkwidgetpath.h> #include <gtk/gtkwindow.h> +#include <gtk/gtkwindowgroup.h> #ifndef GTK_DISABLE_DEPRECATED #include <gtk/deprecated/gtkarrow.h> |