<gdk/gdkx.h> needs #ifdef GDK_WINDOWING_X11.

2008-03-29  Michael Natterer  <mitch@gimp.org>

	* app/gui/gui-vtable.c: <gdk/gdkx.h> needs #ifdef GDK_WINDOWING_X11.

	* app/gui/gui.c: remove the include i accidentially added here.


svn path=/trunk/; revision=25298
This commit is contained in:
Michael Natterer
2008-03-29 10:50:10 +00:00
committed by Michael Natterer
parent 3c6b68c9cd
commit a8156adf42
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2008-03-29 Michael Natterer <mitch@gimp.org>
* app/gui/gui-vtable.c: <gdk/gdkx.h> needs #ifdef GDK_WINDOWING_X11.
* app/gui/gui.c: remove the include i accidentially added here.
2008-03-29 Mukund Sivaraman <muks@mukund.org>
* app/core/gimpdrawable-operation.c: Use #warning only if

View File

@ -21,7 +21,10 @@
#include <string.h>
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#include "libgimpwidgets/gimpwidgets.h"

View File

@ -22,10 +22,6 @@
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#if HAVE_DBUS_GLIB
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus-glib.h>