]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
Add import/export attributes
[wxWidgets.git] / src / motif / evtloop.cpp
index 431f2a11b3a2a600a67f41263344d0195eb4aaa1..bcb13876da4f9769f7f16de6d7c60253fb71b518 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
@@ -409,7 +409,7 @@ public:
         close( idleFds[1] );
     }
 private:
-    DECLARE_DYNAMIC_CLASS(wxIdlePipeModule);
+    DECLARE_DYNAMIC_CLASS(wxIdlePipeModule)
 };
 
 IMPLEMENT_DYNAMIC_CLASS(wxIdlePipeModule, wxModule);