summaryrefslogtreecommitdiff
path: root/gtk/gtkmodulesprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-02 01:15:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-11-02 01:15:21 -0400
commitfeece3c0bb2c17599f085263d0f483cc7f172724 (patch)
tree8d1c0e299d455d9d268991d27104bc2bbd18aa76 /gtk/gtkmodulesprivate.h
parent068e1f03901ae0b5aa6819d64a122fd2fa5be643 (diff)
downloadgtk+-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/gtkmodulesprivate.h')
-rw-r--r--gtk/gtkmodulesprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmodulesprivate.h b/gtk/gtkmodulesprivate.h
index dc8ea28e6c..1bc248c512 100644
--- a/gtk/gtkmodulesprivate.h
+++ b/gtk/gtkmodulesprivate.h
@@ -29,6 +29,8 @@
G_BEGIN_DECLS
+#include "gtksettings.h"
+
gchar * _gtk_find_module (const gchar *name,
const gchar *type);
gchar ** _gtk_get_module_path (const gchar *type);