more mac build fix
Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c
This commit is contained in:
parent
4d93f2263d
commit
bcfc61a49f
@ -872,7 +872,7 @@ NPError MacPluginComm::NPP_SetWindow( XPlugin_Impl* i_pImpl )
|
||||
if( pNPWin->width == 0 || pNPWin->height == 0 || [rPlugData.m_pPlugView isHiddenOrHasHiddenAncestor] )
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user