]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
Some #include and #if wxUSE_XX things
[wxWidgets.git] / include / wx / gtk1 / app.h
index 958c8a39aef8e72ec0c0408d5b7f5a628434db48..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,7 +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;