X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04392d70b9f3774176d0d598683f1bed27e6c9c3..5391f772be01cefca80affdc87afbfb894b2976b:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 831b257dcd..d0e063d025 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -562,6 +562,7 @@ bool wxEvtHandler::ProcessThreadEvent(wxEvent& event) wxPendingEvents->Append(this); wxPendingEventsLocker->Leave(); + // TODO: Wake up idle handler for the other platforms. #ifdef __WXGTK__ if (g_isIdle) wxapp_install_idle_handler();