X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/251b80c4b5bd980bcddb2df94d5601b2b9345e1d..8b04d4c45108c8d70df205ece2690f6729e35b1f:/src/os2/evtloop.cpp diff --git a/src/os2/evtloop.cpp b/src/os2/evtloop.cpp index 919d51e4cf..2b72b4088d 100644 --- a/src/os2/evtloop.cpp +++ b/src/os2/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 01.06.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// 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() ; } // ============================================================================