X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d715d419e1a31e94ff6ce4cc21eb985b2bef3369..b814b812485527736a6c11fd3468df36f97a1e4a:/include/wx/x11/app.h diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index f770198fc6..c1e44dad6e 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -55,6 +55,7 @@ public: virtual bool Pending(); virtual void Dispatch(); virtual bool Yield(bool onlyIfNeeded = FALSE); + virtual bool ProcessIdle(); virtual bool OnInitGui(); @@ -75,7 +76,7 @@ public: virtual bool ProcessXEvent(WXEvent* event); #ifdef __WXDEBUG__ - virtual void OnAssert(const wxChar *file, int line, const wxChar *msg); + virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg); #endif // __WXDEBUG__ protected: @@ -87,7 +88,6 @@ public: static void CleanUp(); void DeletePendingObjects(); - bool ProcessIdle(); WXWindow GetTopLevelWidget() const { return m_topLevelWidget; } WXColormap GetMainColormap(WXDisplay* display);