Bug 133662 -- update Tester plugin, not part of the build

git-svn-id: svn://10.0.0.236/trunk@117774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2002-03-31 05:12:19 +00:00
parent 70a9b442d7
commit 1591607ff0
7 changed files with 38 additions and 7 deletions

View File

@@ -215,6 +215,7 @@ ScriptItemStruct * makeScriptItemStruct(NPAPI_Action action, DWORD dw1, DWORD dw
break;
case NPPVpluginWindowBool:
case NPPVpluginTransparentBool:
case NPPVpluginKeepLibraryInMemory:
dwTNVFlags = convertStringToBOOL1(&dw3);
makeDataEntry(&psis->arg3, dw3, (dwTNVFlags & fTNV1) ? 0 : sizeof(NPBool));
break;