X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a8af592a08f0a23b18be6e92a8bcdcf4e16e79..7c0f3a1ebb8416c26b3f9058069c71c7b0bdcf37:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 38f8a5a5d7..dbf52b110c 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -104,9 +104,11 @@ class wxApp: public wxEvtHandler void SetPrintMode( int WXUNUSED(mode) ) {} int GetPrintMode() const { return wxPRINT_POSTSCRIPT; } +#if wxUSE_LOG /* override this function to create default log target of arbitrary * user-defined classv (default implementation creates a wxLogGui object) */ virtual wxLog *CreateLogTarget(); +#endif // wxUSE_LOG // implementation @@ -130,6 +132,9 @@ class wxApp: public wxEvtHandler wxWindow *m_topWindow; gint m_idleTag; +#if wxUSE_THREADS + gint m_wakeUpTimerTag; +#endif unsigned char *m_colorCube; int argc;