X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b6d76bfd477722d73589b20a15d05b8b570bd61..69373110a5708901801ebf2c7d2d4ee76754e866:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 90e6fc94b9..d6c6206c93 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -374,7 +374,7 @@ WXWidget wxCreateTopLevelRealizedWidget( WXDisplay* WXUNUSED(display) ) { Widget rTlw = XtVaCreateWidget( "dummy_widget", topLevelShellWidgetClass, (Widget)wxTheApp->GetTopLevelWidget(), - NULL, 0 ); + NULL ); XtSetMappedWhenManaged( rTlw, False ); XtRealizeWidget( rTlw );