]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
Added wxStudio module.
[wxWidgets.git] / src / os2 / app.cpp
index 26611eed61698e7b7d90383a40518092070abf19..4e41b7077f1e6285981886df72357f4d20235631 100644 (file)
@@ -555,7 +555,7 @@ bool wxApp::DoMessage()
 {
     BOOL                            bRc = ::WinGetMsg(vHabmain, &svCurrentMsg, HWND(NULL), 0, 0);
 
-    wxUsleep(10000);
+    wxUsleep(1000);
     if (bRc == 0)
     {
         // got WM_QUIT
@@ -658,7 +658,7 @@ int wxApp::MainLoop()
 #endif // wxUSE_THREADS
         while (!Pending() && ProcessIdle())
         {
-         wxUsleep(10000);
+//            wxUsleep(10000);
         }
         DoMessage();
     }