diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-02 01:15:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-02 01:15:21 -0400 |
commit | feece3c0bb2c17599f085263d0f483cc7f172724 (patch) | |
tree | 8d1c0e299d455d9d268991d27104bc2bbd18aa76 /gtk/gtkplug.h | |
parent | 068e1f03901ae0b5aa6819d64a122fd2fa5be643 (diff) | |
download | gtk+-feece3c0bb2c17599f085263d0f483cc7f172724.tar.gz |
Move gtkstyle and gtkrc to deprecated/
This required a somewhat more substantial include reshuffling.
Some typedefs have been moved to gtkiconfactory.h and to
gtksettings.h.
Diffstat (limited to 'gtk/gtkplug.h')
-rw-r--r-- | gtk/gtkplug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h index 77ea08ba06..8ccfbda43c 100644 --- a/gtk/gtkplug.h +++ b/gtk/gtkplug.h @@ -30,13 +30,14 @@ #ifndef __GTK_PLUG_H__ #define __GTK_PLUG_H__ -#include <gtk/gtk.h> +#include <gdk/gdk.h> #ifdef GDK_WINDOWING_X11 #include <gdk/gdkx.h> #include <gtk/gtksocket.h> +#include <gtk/gtkwindow.h> G_BEGIN_DECLS |