]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
Updated depricated stuff
[wxWidgets.git] / 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()