mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Update wx to r75363 to address a wx bug that was breaking netplay on OS X.
This commit is contained in:
@ -496,10 +496,12 @@ WXWindow wxNonOwnedWindow::GetWXWindow() const
|
||||
return m_nowpeer ? m_nowpeer->GetWXWindow() : NULL;
|
||||
}
|
||||
|
||||
#if wxOSX_USE_COCOA_OR_IPHONE
|
||||
void *wxNonOwnedWindow::OSXGetViewOrWindow() const
|
||||
{
|
||||
return GetWXWindow();
|
||||
}
|
||||
#endif
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Shape implementation
|
||||
|
Reference in New Issue
Block a user