<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:
committed by
Michael Natterer
parent
3c6b68c9cd
commit
a8156adf42
@ -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
|
||||
|
||||
@ -21,7 +21,10 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user