]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
compilation fix for Mac and reformatted the code
[wxWidgets.git] / 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,