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
This commit is contained in:
Matthias Clasen
2011-01-29 14:16:47 -05:00
parent 1641e71c9a
commit f783a75d61
15 changed files with 123 additions and 92 deletions

View File

@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
#include "gail.h"
#include "gailfactory.h"

View File

@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
#include "gailtoplevel.h"

View File

@ -21,7 +21,7 @@
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
#include "gailwindow.h"
#include "gailtoplevel.h"