From df530a2693bc6f81074eccadd9be37d8e072dada Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Wed, 19 Jul 2000 08:51:31 +0000 Subject: [PATCH] Still no such thing as gtkfeatures.h in gtk+ 1.3.1... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/utilsgtk.cpp | 2 ++ src/gtk1/utilsgtk.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 7df68cdf1f..92aac44482 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -26,7 +26,9 @@ #include "glib.h" #include "gdk/gdk.h" #include "gtk/gtk.h" +#ifndef __WXGTK20__ #include "gtk/gtkfeatures.h" +#endif #include "gdk/gdkx.h" #ifdef HAVE_X11_XKBLIB_H diff --git a/src/gtk1/utilsgtk.cpp b/src/gtk1/utilsgtk.cpp index 7df68cdf1f..92aac44482 100644 --- a/src/gtk1/utilsgtk.cpp +++ b/src/gtk1/utilsgtk.cpp @@ -26,7 +26,9 @@ #include "glib.h" #include "gdk/gdk.h" #include "gtk/gtk.h" +#ifndef __WXGTK20__ #include "gtk/gtkfeatures.h" +#endif #include "gdk/gdkx.h" #ifdef HAVE_X11_XKBLIB_H -- 2.45.2