]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/evtloop.cpp
added sample showing how to use custom renderers and load them from DLL
[wxWidgets.git] / src / os2 / evtloop.cpp
index 919d51e4cf98351f994ccd35a4245ab2e7a4245c..2b72b4088db362a6b77e9908b3f277bdf15f7ee2 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
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -138,9 +138,7 @@ bool wxEventLoopImpl::PreProcessMessage(QMSG *msg)
 
 bool wxEventLoopImpl::SendIdleMessage()
 {
-    wxIdleEvent event;
-
-    return wxTheApp->ProcessEvent(event) && event.MoreRequested();
+    return wxTheApp->ProcessIdle() ;
 }
 
 // ============================================================================