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
This commit is contained in:
Mattia Barbon 2003-05-21 16:50:46 +00:00
parent deda94c5b4
commit 732c0bfdff

View File

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