]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use deprecated wxUsleep
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 3 Jul 2004 10:06:23 +0000 (10:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 3 Jul 2004 10:06:23 +0000 (10:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 85c4250675b63d006870a790829aa88197ec2c36..64373c1e62e9370633aaf69c18f74e7a38beb054 100644 (file)
@@ -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