X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/366e8ae67583e44f719d1c2fabb3a24eb3bda5b3..f125ccf24048cef9a1fcf7d38edaab8225d41564:/src/x11/app.cpp diff --git a/src/x11/app.cpp b/src/x11/app.cpp index c7b517a62d..fdfe4c3a42 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -388,13 +388,10 @@ wxAppInitializerFunction wxAppBase::m_appInitFn = (wxAppInitializerFunction) NUL wxApp::wxApp() { - m_topWindow = NULL; - wxTheApp = this; - m_className = ""; - m_wantDebugOutput = TRUE ; - m_appName = ""; + // TODO: parse the command line argc = 0; argv = NULL; + m_mainColormap = (WXColormap) NULL; m_topLevelWidget = (WXWindow) NULL; m_maxRequestSize = 0;