From: Mattia Barbon Date: Tue, 4 Jan 2005 17:35:35 +0000 (+0000) Subject: Deprecation warning fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/27d1f929b5042cd3a3038d398ddae8efcc4f00ca?ds=inline Deprecation warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/evtloop.cpp b/src/motif/evtloop.cpp index 431f2a11b3..252ef362a7 100644 --- a/src/motif/evtloop.cpp +++ b/src/motif/evtloop.cpp @@ -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