From: Jouk Jansen Date: Mon, 20 Oct 2008 14:12:40 +0000 (+0000) Subject: gtk1.x has less native functions than gtk2.x X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e3c80a1dd90db618f70abf33dd50e0a26da2ff04 gtk1.x has less native functions than gtk2.x git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/artprov.h b/include/wx/artprov.h index a9a4eaa964..7bca512e8d 100644 --- a/include/wx/artprov.h +++ b/include/wx/artprov.h @@ -227,7 +227,7 @@ private: #if !defined(__WXUNIVERSAL__) && \ - (defined(__WXGTK__) || defined(__WXMSW__) || \ + ((defined(__WXGTK__) && defined(__WXGTK20__)) || defined(__WXMSW__) || \ (defined(__WXMAC__) && wxOSX_USE_CARBON)) // *some* (partial) native implementation of wxArtProvider exists; this is // not the same as wxArtProvider::HasNativeProvider()!