]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
fixed wxMBConv_iconv to work with UTF-16/32
[wxWidgets.git] / src / motif / app.cpp
index 90e6fc94b9441b30ede65588b030d0a5b31f2014..d6c6206c93fe9474dc1009a6b4d4b1beabcf6a2a 100644 (file)
@@ -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 );