]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
More Motif additions: mdi and sashtest samples now just about work!
[wxWidgets.git] / src / motif / app.cpp
index f57ac149c8c02cfc689eeae391c4f70932a6a57c..94e652a549e893a503a77db586c21463b5ed71d1 100644 (file)
@@ -247,6 +247,7 @@ wxApp::wxApp()
     m_appContext = (WXAppContext) NULL;
     m_topLevelWidget = (WXWidget) NULL;
     m_maxRequestSize = 0;
+    m_initialDisplay = (WXDisplay*) 0;
 }
 
 bool wxApp::Initialized()
@@ -460,6 +461,8 @@ bool wxApp::OnInitGui()
       cerr << "wxWindows could not open display for " << wxTheApp->GetClassName() << ": exiting.\n";
       exit(-1);
     }
+    m_initialDisplay = (WXDisplay*) dpy;
+
     wxTheApp->m_topLevelWidget = (WXWidget) XtAppCreateShell((String)NULL, (const char*) wxTheApp->GetClassName(),
                                      applicationShellWidgetClass,dpy,
                                      NULL,0) ;