]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
Unicode fix.
[wxWidgets.git] / include / wx / gtk1 / app.h
index 38f8a5a5d7fc15a779233b4d17260e35a4c3cbe9..dbf52b110cb1344660f553d7ab83000bdfa59e32 100644 (file)
@@ -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;