]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
added {debughlp|stackwalk}.{h|cpp}
[wxWidgets.git] / src / motif / evtloop.cpp
index 431f2a11b3a2a600a67f41263344d0195eb4aaa1..252ef362a771892fc46a0bf028331a91a9f186d0 100644 (file)
@@ -355,7 +355,7 @@ bool wxDoEventLoopIteration( wxEventLoop& evtLoop )
         // leave the main loop to give other threads a chance to
         // perform their GUI work
         wxMutexGuiLeave();
-        wxUsleep(20);
+        wxMilliSleep(20);
         wxMutexGuiEnter();
     }
 #endif