]> git.saurik.com Git - wxWidgets.git/commitdiff
Stop the ApplicationShell from being managed (and thus show
authorMattia Barbon <mbarbon@cpan.org>
Wed, 21 May 2003 16:50:46 +0000 (16:50 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 21 May 2003 16:50:46 +0000 (16:50 +0000)
on the screen as a "normal" window).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/app.cpp

index bd25cba57dd13415ea5be4dee47dc4e15d54f565..6dffbd1e127e766a87ce6461fc02debf6d4f49c9 100644 (file)
@@ -564,6 +564,7 @@ WXWidget wxCreateTopLevelWidget( WXDisplay* display )
                                    applicationShellWidgetClass,
                                    (Display*)display,
                                    NULL, 0 );
+    XtSetMappedWhenManaged( tlw, False );
     XtRealizeWidget( tlw );
 
     XtAddCallback( tlw, XmNdestroyCallback,