more mac build fix
Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c
This commit is contained in:
@@ -872,7 +872,7 @@ NPError MacPluginComm::NPP_SetWindow( XPlugin_Impl* i_pImpl )
|
|||||||
if( pNPWin->width == 0 || pNPWin->height == 0 || [rPlugData.m_pPlugView isHiddenOrHasHiddenAncestor] )
|
if( pNPWin->width == 0 || pNPWin->height == 0 || [rPlugData.m_pPlugView isHiddenOrHasHiddenAncestor] )
|
||||||
rPlugData.m_bSetWindowOnDraw = true;
|
rPlugData.m_bSetWindowOnDraw = true;
|
||||||
|
|
||||||
NPError nErr = NPP_SetWindow( &i_pImpl->getNPPInstance(), i_pImpl->getNPWindow() );
|
NPError nErr = NPP_SetWindow( &i_pImpl->getNPPInstance(), &i_pImpl->getNPWindow() );
|
||||||
|
|
||||||
return nErr;
|
return nErr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user