summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-29 14:16:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-29 14:16:47 -0500
commitf783a75d61dbe7ae511bf65b6c3aafaffa8b4216 (patch)
tree8e2bc06a6c0ae238cef571b60356388aec69ddda /modules
parent1641e71c9a0e05311073d1eb02bffa38b8dc4b22 (diff)
downloadgtk+-f783a75d61dbe7ae511bf65b6c3aafaffa8b4216.tar.gz
Add a gtkx.h header for X11-specific GTK+ api
This keeps us from pulling gdkx.h into gtk.h https://bugzilla.gnome.org/show_bug.cgi?id=640902
Diffstat (limited to 'modules')
-rw-r--r--modules/other/gail/gail.c2
-rw-r--r--modules/other/gail/gailtoplevel.c2
-rw-r--r--modules/other/gail/gailwindow.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c
index cb121638a9..ce4e6ce55b 100644
--- a/modules/other/gail/gail.c
+++ b/modules/other/gail/gail.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <gtk/gtk.h>
+#include <gtk/gtkx.h>
#include "gail.h"
#include "gailfactory.h"
diff --git a/modules/other/gail/gailtoplevel.c b/modules/other/gail/gailtoplevel.c
index 83a8583a42..29ff3a5936 100644
--- a/modules/other/gail/gailtoplevel.c
+++ b/modules/other/gail/gailtoplevel.c
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
-#include <gtk/gtk.h>
+#include <gtk/gtkx.h>
#include "gailtoplevel.h"
diff --git a/modules/other/gail/gailwindow.c b/modules/other/gail/gailwindow.c
index 73b1993783..1dd47b2004 100644
--- a/modules/other/gail/gailwindow.c
+++ b/modules/other/gail/gailwindow.c
@@ -21,7 +21,7 @@
#include <string.h>
-#include <gtk/gtk.h>
+#include <gtk/gtkx.h>
#include "gailwindow.h"
#include "gailtoplevel.h"