]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxProcess::SetPriority() to allow setting the priority of child processes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:10:12 +0000 (02:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:10:12 +0000 (02:10 +0000)
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


No differences found