X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8aa04e8bf1638ed4d9355e560c8d718c8be4667a..8bedcdce08e1575b74250d2ebac4355a687ccf8d:/include/wx/motif/app.h?ds=inline 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; }