forked from AuroraMiddleware/gtk
put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets
2001-04-23 Sven Neumann <sven@gimp.org> * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets again
This commit is contained in:
parent
aa25a73c0c
commit
9fe4ac003c
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
|
||||
compile for non-X11 targets again
|
||||
|
||||
2001-04-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkcolorsel.[ch]:
|
||||
|
@ -25,6 +25,10 @@
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#include "gdkconfig.h"
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
|
||||
#include "gtkmain.h"
|
||||
#include "gtkplug.h"
|
||||
|
||||
@ -714,3 +718,5 @@ gtk_plug_filter_func (GdkXEvent *gdk_xevent, GdkEvent *event, gpointer data)
|
||||
|
||||
return GDK_FILTER_CONTINUE;
|
||||
}
|
||||
|
||||
#endif /* GDK_WINDOWING */
|
||||
|
Loading…
Reference in New Issue
Block a user