mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 15:12:28 +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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -292,13 +292,16 @@ typedef struct
|
|||||||
* List of variable names for which NPP_GetValue shall be implemented
|
* List of variable names for which NPP_GetValue shall be implemented
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NPPVpluginNameString = 1,
|
NPPVpluginNameString = 1,
|
||||||
NPPVpluginDescriptionString,
|
NPPVpluginDescriptionString,
|
||||||
NPPVpluginWindowBool,
|
NPPVpluginWindowBool,
|
||||||
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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -292,13 +292,16 @@ typedef struct
|
|||||||
* List of variable names for which NPP_GetValue shall be implemented
|
* List of variable names for which NPP_GetValue shall be implemented
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NPPVpluginNameString = 1,
|
NPPVpluginNameString = 1,
|
||||||
NPPVpluginDescriptionString,
|
NPPVpluginDescriptionString,
|
||||||
NPPVpluginWindowBool,
|
NPPVpluginWindowBool,
|
||||||
NPPVpluginTransparentBool,
|
NPPVpluginTransparentBool,
|
||||||
NPPVjavaClass,
|
NPPVjavaClass,
|
||||||
NPPVpluginWindowSize,
|
NPPVpluginWindowSize,
|
||||||
NPPVpluginTimerInterval
|
NPPVpluginTimerInterval,
|
||||||
|
|
||||||
|
NPPVpluginScriptableInstance = 10,
|
||||||
|
NPPVpluginScriptableIID = 11
|
||||||
} NPPVariable;
|
} NPPVariable;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user