]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Implemented the various printf() functions under
[wxWidgets.git] / src / common / init.cpp
index 41b3d29330f87cd820ffa60a49845aff2794fe44..0b9a9ae16b5ed586b5cb2ab16ed73bf560882917 100644 (file)
@@ -48,6 +48,7 @@ class /* no WXDLLEXPORT */ wxConsoleApp : public wxApp
 {
 public:
     virtual int OnRun() { wxFAIL_MSG(wxT("unreachable")); return 0; }
+    virtual bool ProcessIdle() { return TRUE; }
 };
 
 // ----------------------------------------------------------------------------
@@ -109,6 +110,7 @@ bool WXDLLEXPORT wxInitialize()
         return FALSE;
     }
 
+    wxTheApp->DoInit();
     gs_nInitCount++;
 
     return TRUE;