]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
first attempt for full screen implementation
[wxWidgets.git] / src / unix / threadpsx.cpp
index 7306f1e20707e97b59ddca052a1c212f042090ff..3da088548daaf881646ef59286630d172693e54c 100644 (file)
@@ -969,7 +969,7 @@ void wxThread::Yield()
 
 void wxThread::Sleep(unsigned long milliseconds)
 {
-    wxUsleep(milliseconds);
+    wxMilliSleep(milliseconds);
 }
 
 int wxThread::GetCPUCount()