summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-04 06:18:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-04 06:24:05 -0400
commit872fbfacd3315f4e28849b8852bc5678f63a791e (patch)
treee4a31499be74a2ab03f34b168aaaeb608274b43a /gtk/gtk.h
parentd467850af069cdbc7f0659399deed609c373b31b (diff)
downloadgtk+-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 5eb0aeefb6..a6ec45fdae 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -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>