]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
More WinCE mods
[wxWidgets.git] / src / msw / evtloop.cpp
index dca66aba583c6d2cdbbd0789ae69f67dfef167c8..86ad5ac4b8a04e186031a07072129ef323afbd85 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01.06.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows license
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -137,9 +137,7 @@ bool wxEventLoopImpl::PreProcessMessage(MSG *msg)
 
 bool wxEventLoopImpl::SendIdleMessage()
 {
-    wxIdleEvent event;
-
-    return wxTheApp->ProcessEvent(event) && event.MoreRequested();
+    return wxTheApp->ProcessIdle();
 }
 
 // ============================================================================