]> git.saurik.com Git - wxWidgets.git/commitdiff
also use AddProcessCallback() and GetSocketManager() under Darwin
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Apr 2008 12:51:51 +0000 (12:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Apr 2008 12:51:51 +0000 (12:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/apptrait.h

index 5a11f9c3e5a5fba2e1e1d4b5995a1181398cea10..c57e94954a96b1cedce626e67b4ddbec253c9dac 100644 (file)
@@ -36,7 +36,7 @@ public:
 // TODO: Should we use XtAddInput() for wxX11 too? Or, vice versa, if there is
 //       no advantage in doing this compared to the generic way currently used
 //       by wxX11, should we continue to use GTK/Motif- specific stuff?
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__DARWIN__)
     #define wxHAS_GUI_CALLBACKS
 #endif