From: Mattia Barbon Date: Wed, 21 May 2003 16:50:46 +0000 (+0000) Subject: Stop the ApplicationShell from being managed (and thus show X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/732c0bfdff11ed80921416d549d4649dd5c02eeb Stop the ApplicationShell from being managed (and thus show on the screen as a "normal" window). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/app.cpp b/src/motif/app.cpp index bd25cba57d..6dffbd1e12 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -564,6 +564,7 @@ WXWidget wxCreateTopLevelWidget( WXDisplay* display ) applicationShellWidgetClass, (Display*)display, NULL, 0 ); + XtSetMappedWhenManaged( tlw, False ); XtRealizeWidget( tlw ); XtAddCallback( tlw, XmNdestroyCallback,