From: Stefan Csomor Date: Tue, 25 Mar 2008 07:48:37 +0000 (+0000) Subject: non owned window implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97ade792e92de65bd213c9b414c88341ca613611?ds=inline non owned window implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/drawer.cpp b/src/mac/carbon/drawer.cpp index 2c02dd4260..4adb28e239 100644 --- a/src/mac/carbon/drawer.cpp +++ b/src/mac/carbon/drawer.cpp @@ -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); }