non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-03-25 07:48:37 +00:00
parent 4b8dab6339
commit 97ade792e9

View File

@@ -72,7 +72,7 @@ bool wxDrawerWindow::Create(wxWindow *parent,
bool success = wxWindow::Create(parent, id, pos, dummySize, style, name);
if (success)
{
this->MacCreateRealWindow(title, pos, size, style, name);
this->MacCreateRealWindow(pos, size, style, name);
success = (m_macWindow != NULL);
}