From: Vadim Zeitlin Date: Sun, 20 Jan 2013 02:10:12 +0000 (+0000) Subject: Add wxProcess::SetPriority() to allow setting the priority of child processes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eaf4bde6e6585874c4d21a355231813fe08040f6?hp=eaf4bde6e6585874c4d21a355231813fe08040f6 Add wxProcess::SetPriority() to allow setting the priority of child processes. This uses the same conventions as wxThread::SetPriority() but works on the entire process. Closes #14931. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---