X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8aa04e8bf1638ed4d9355e560c8d718c8be4667a..3883022093c42e3fb7b248ea2cb4bbd1e056a75b:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index 5cbe5267fa..2b24418913 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -141,6 +141,9 @@ public: void DeletePendingObjects(); bool ProcessIdle(); +#if wxUSE_THREADS + void ProcessPendingEvents(); +#endif // Motif-specific inline WXAppContext GetAppContext() const { return m_appContext; }