From 8b532f8c3d2cc28e1f5e841dc2faa319172adf91 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 14 Jul 2003 09:09:00 +0000 Subject: [PATCH] SendIdleEvents -> ProcessIdle git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/cursor.cpp | 2 +- src/gtk1/cursor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/cursor.cpp b/src/gtk/cursor.cpp index a7ce14cfb5..fe6c31ea39 100644 --- a/src/gtk/cursor.cpp +++ b/src/gtk/cursor.cpp @@ -354,7 +354,7 @@ void wxEndBusyCursor() gs_savedCursor = wxNullCursor; if (wxTheApp) - wxTheApp->SendIdleEvents(); + wxTheApp->ProcessIdle(); } void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) ) diff --git a/src/gtk1/cursor.cpp b/src/gtk1/cursor.cpp index a7ce14cfb5..fe6c31ea39 100644 --- a/src/gtk1/cursor.cpp +++ b/src/gtk1/cursor.cpp @@ -354,7 +354,7 @@ void wxEndBusyCursor() gs_savedCursor = wxNullCursor; if (wxTheApp) - wxTheApp->SendIdleEvents(); + wxTheApp->ProcessIdle(); } void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) ) -- 2.50.0