fwk138: #i108774# let it be compiled in the current environment
This commit is contained in:
@@ -239,20 +239,6 @@ NPN_ForceRedraw(NPP instance)
|
|||||||
CallNPN_ForceRedrawProc(gNetscapeFuncs.forceredraw, instance);
|
CallNPN_ForceRedrawProc(gNetscapeFuncs.forceredraw, instance);
|
||||||
}
|
}
|
||||||
|
|
||||||
void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled)
|
|
||||||
{
|
|
||||||
CallNPN_PushPopupsEnabledStateProc(gNetscapeFuncs.pushpopupsenabledstate,
|
|
||||||
instance, enabled);
|
|
||||||
}
|
|
||||||
|
|
||||||
void NPN_PopPopupsEnabledState(NPP instance)
|
|
||||||
{
|
|
||||||
CallNPN_PopPopupsEnabledStateProc(gNetscapeFuncs.poppopupsenabledstate,
|
|
||||||
instance);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
* Wrapper functions : Netscape Navigator -> plugin
|
* Wrapper functions : Netscape Navigator -> plugin
|
||||||
@@ -473,8 +459,6 @@ NP_Initialize(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs)
|
|||||||
gNetscapeFuncs.getJavaPeer = nsTable->getJavaPeer;
|
gNetscapeFuncs.getJavaPeer = nsTable->getJavaPeer;
|
||||||
#endif
|
#endif
|
||||||
gNetscapeFuncs.getvalue = nsTable->getvalue;
|
gNetscapeFuncs.getvalue = nsTable->getvalue;
|
||||||
gNetscapeFuncs.pushpopupsenabledstate = nsTable->pushpopupsenabledstate;
|
|
||||||
gNetscapeFuncs.poppopupsenabledstate = nsTable->poppopupsenabledstate;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set up the plugin function table that Netscape will use to
|
* Set up the plugin function table that Netscape will use to
|
||||||
|
Reference in New Issue
Block a user