git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38346
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the root control level handler
MacInstallEventHandler( (WXWidget) m_peer->GetControlRef() ) ;
// the root control level handler
MacInstallEventHandler( (WXWidget) m_peer->GetControlRef() ) ;
+ // Causes the inner part of the window not to be metal
+ // if the style is used before window creation.
+#if 0 // TARGET_API_MAC_OSX
if ( m_macUsesCompositing && m_macWindow != NULL )
{
if ( GetExtraStyle() & wxFRAME_EX_METAL )
if ( m_macUsesCompositing && m_macWindow != NULL )
{
if ( GetExtraStyle() & wxFRAME_EX_METAL )