]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/cursor.cpp
moved XML classes to the core
[wxWidgets.git] / src / x11 / cursor.cpp
index 2a481abee60ce45dee29ca1413faed0fe205177d..7722a56fb9bac2a34cf7eb45f8545c200fee48b3 100644 (file)
@@ -219,7 +219,7 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
     wxSetCursor( wxCursor(wxCURSOR_WATCH) );
 
     if (wxTheApp)
-        wxTheApp->SendIdleEvents();
+        wxTheApp->ProcessIdle();
 }
 
 bool wxIsBusy()