]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/execute.h
Added definition of wxUSE_DISPLAY.
[wxWidgets.git] / include / wx / unix / execute.h
index 77a821e42b60d9cb3b3803c88bfa02f9d53711eb..ef2869a512cbf186dbce57f8148e454c163b1185 100644 (file)
@@ -28,5 +28,7 @@ extern void wxHandleProcessTermination(wxEndProcessData *proc_data);
 // this function is called to associate the port-specific callback with the
 // child process. The return valus is port-specific.
 extern int wxAddProcessCallback(wxEndProcessData *proc_data, int fd);
+// For ports (e.g. DARWIN) which can add callbacks based on the pid
+extern int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid);
 
 #endif // _WX_UNIX_EXECUTE_H