]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop...
[wxWidgets.git] / include / wx / unix / apptrait.h
index 5a11f9c3e5a5fba2e1e1d4b5995a1181398cea10..0161332ce4912cc7e463a8a6d1799f1d36c34b65 100644 (file)
@@ -37,7 +37,12 @@ public:
 //       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__)
 //       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__)
-    #define wxHAS_GUI_CALLBACKS
+    #define wxHAS_GUI_PROCESS_CALLBACKS
+    #define wxHAS_GUI_SOCKET_MANAGER
+#endif
+
+#ifdef __DARWIN__
+    #define wxHAS_GUI_PROCESS_CALLBACKS
 #endif
 
 class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
 #endif
 
 class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
@@ -45,7 +50,7 @@ class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
 public:
     virtual wxEventLoopBase *CreateEventLoop();
     virtual int WaitForChild(wxExecuteData& execData);
 public:
     virtual wxEventLoopBase *CreateEventLoop();
     virtual int WaitForChild(wxExecuteData& execData);
-#ifdef wxHAS_GUI_CALLBACKS
+#ifdef wxHAS_GUI_PROCESS_CALLBACKS
     virtual int AddProcessCallback(wxEndProcessData *data, int fd);
 #endif
 #if wxUSE_TIMER
     virtual int AddProcessCallback(wxEndProcessData *data, int fd);
 #endif
 #if wxUSE_TIMER
@@ -75,7 +80,7 @@ public:
     virtual bool ShowAssertDialog(const wxString& msg);
 #endif
 
     virtual bool ShowAssertDialog(const wxString& msg);
 #endif
 
-#if wxUSE_SOCKETS && defined(wxHAS_GUI_CALLBACKS)
+#if wxUSE_SOCKETS && defined(wxHAS_GUI_SOCKET_MANAGER)
     virtual GSocketManager *GetSocketManager();
 #endif
 };
     virtual GSocketManager *GetSocketManager();
 #endif
 };