]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
Added some #defines
[wxWidgets.git] / include / wx / motif / app.h
index 5cbe5267fa9b515d15caaab63070456fc3e40228..2b24418913582f4604fcae6ad52e5b0b3cc14aa1 100644 (file)
@@ -141,6 +141,9 @@ public:
 
   void DeletePendingObjects();
   bool ProcessIdle();
+#if wxUSE_THREADS
+  void ProcessPendingEvents();
+#endif
 
   // Motif-specific
   inline WXAppContext   GetAppContext() const { return m_appContext; }