X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36b3b54ad8431bca0fa53fa8acae5ba6d4c3e9c7..ae8db4dc3a54dbecb56ae8ee6fa452fdf7896021:/include/wx/gtk/app.h?ds=sidebyside diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 365c08f90a..ac36884cfe 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -115,6 +115,9 @@ class wxApp: public wxEvtHandler static void CleanUp(); bool ProcessIdle(); +#if wxUSE_THREADS + void ProcessPendingEvents(); +#endif void DeletePendingObjects(); bool m_initialized;