]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed idle event processing in wxMotif.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 31 Jan 2004 14:45:30 +0000 (14:45 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 31 Jan 2004 14:45:30 +0000 (14:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/evtloop.cpp

index f0f1d779dcd0359624aca1752814eabb95cb3126..782ceeab074bee8180b80a8e4973d26f2d35b67a 100644 (file)
@@ -83,9 +83,7 @@ private:
 
 static bool SendIdleMessage()
 {
-    wxIdleEvent event;
-
-    return wxTheApp->ProcessEvent(event) && event.MoreRequested();
+    return wxTheApp->ProcessIdle();
 }
 
 bool wxEventLoopImpl::SendIdleMessage()