Fix emulator compilation with wxX11 after GetMainWindow() renaming.
This function is now called X11GetMainWindow(). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -349,7 +349,7 @@ void wxEmulatorContainer::DoResize()
|
|||||||
wxSize sz = GetClientSize();
|
wxSize sz = GetClientSize();
|
||||||
if (wxGetApp().m_xnestWindow
|
if (wxGetApp().m_xnestWindow
|
||||||
#ifdef __WXX11__
|
#ifdef __WXX11__
|
||||||
&& wxGetApp().m_xnestWindow->GetMainWindow()
|
&& wxGetApp().m_xnestWindow->X11GetMainWindow()
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user