mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av
This commit is contained in:
parent
1dd606aa87
commit
bdb7f37077
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* npapi.h $Revision: 3.11 $
|
* npapi.h $Revision: 3.12 $
|
||||||
* Netscape client plug-in API spec
|
* Netscape client plug-in API spec
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -298,7 +298,10 @@ typedef enum {
|
|||||||
NPPVpluginTransparentBool,
|
NPPVpluginTransparentBool,
|
||||||
NPPVjavaClass,
|
NPPVjavaClass,
|
||||||
NPPVpluginWindowSize,
|
NPPVpluginWindowSize,
|
||||||
NPPVpluginTimerInterval
|
NPPVpluginTimerInterval,
|
||||||
|
|
||||||
|
NPPVpluginScriptableInstance = 10,
|
||||||
|
NPPVpluginScriptableIID = 11
|
||||||
} NPPVariable;
|
} NPPVariable;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* npapi.h $Revision: 3.11 $
|
* npapi.h $Revision: 3.12 $
|
||||||
* Netscape client plug-in API spec
|
* Netscape client plug-in API spec
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -298,7 +298,10 @@ typedef enum {
|
|||||||
NPPVpluginTransparentBool,
|
NPPVpluginTransparentBool,
|
||||||
NPPVjavaClass,
|
NPPVjavaClass,
|
||||||
NPPVpluginWindowSize,
|
NPPVpluginWindowSize,
|
||||||
NPPVpluginTimerInterval
|
NPPVpluginTimerInterval,
|
||||||
|
|
||||||
|
NPPVpluginScriptableInstance = 10,
|
||||||
|
NPPVpluginScriptableIID = 11
|
||||||
} NPPVariable;
|
} NPPVariable;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user