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 );