]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/cursor.cpp
added support for gcc precompiled headers
[wxWidgets.git] / src / gtk1 / cursor.cpp
index dc03ce10db83ba99f5833335f94eba5c38c18cdd..fe6c31ea390535506ea750e0ba46cbe1086d5993 100644 (file)
@@ -354,7 +354,7 @@ void wxEndBusyCursor()
     gs_savedCursor = wxNullCursor;
 
     if (wxTheApp)
-        wxTheApp->SendIdleEvents();
+        wxTheApp->ProcessIdle();
 }
 
 void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
@@ -370,7 +370,7 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
     wxSetCursor( wxCursor(wxCURSOR_WATCH) );
 
     if (wxTheApp)
-        wxTheApp->SendIdleEvents();
+        wxTheApp->ProcessIdle();
 
     gdk_flush();
 }