]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/cursor.cpp
multilib mode
[wxWidgets.git] / src / x11 / cursor.cpp
index 75b19b491d3dcdd9c92ea90fe1a335e80a1ef823..7722a56fb9bac2a34cf7eb45f8545c200fee48b3 100644 (file)
@@ -203,7 +203,7 @@ void wxEndBusyCursor()
     gs_savedCursor = wxNullCursor;
 
     if (wxTheApp)
-        wxTheApp->SendIdleEvents();
+        wxTheApp->ProcessIdle();
 }
 
 void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
@@ -219,7 +219,7 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
     wxSetCursor( wxCursor(wxCURSOR_WATCH) );
 
     if (wxTheApp)
-        wxTheApp->SendIdleEvents();
+        wxTheApp->ProcessIdle();
 }
 
 bool wxIsBusy()