From: Václav Slavík <vslavik@fastmail.fm> Date: Sat, 3 Jul 2004 10:06:23 +0000 (+0000) Subject: don't use deprecated wxUsleep X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39ef7151f544a09691072be490e3beb942a1c248 don't use deprecated wxUsleep git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 85c4250675..64373c1e62 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -1168,7 +1168,7 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData) // don't consume 100% of the CPU while we're sitting this in this // loop if ( idle ) - wxUsleep(1); + wxMilliSleep(1); // give GTK+ a chance to call GTK_EndProcessDetector here and // also repaint the GUI