X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7f17c90e572031d950bfd3fd01b4107e87efd98..9bb50fd0b04c824fc7ba14c0dc4ba4a2a9a1e6ad:/src/motif/frame.cpp diff --git a/src/motif/frame.cpp b/src/motif/frame.cpp index bf63528fba..f17078a2d5 100644 --- a/src/motif/frame.cpp +++ b/src/motif/frame.cpp @@ -196,12 +196,13 @@ bool wxFrame::Create(wxWindow *parent, return true; } -bool wxFrame::DoCreate( wxWindow* parent, wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name ) +bool wxFrame::XmDoCreateTLW(wxWindow* parent, + wxWindowID id, + const wxString& title, + const wxPoint& pos, + const wxSize& size, + long style, + const wxString& name) { Widget frameShell; @@ -292,11 +293,7 @@ wxFrame::~wxFrame() } PreDestroy(); - DoDestroy(); -} -void wxFrame::DoDestroy() -{ Widget frameShell = (Widget)GetShellWidget(); if( frameShell )