mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +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
|
||||
*/
|
||||
|
||||
@ -292,13 +292,16 @@ typedef struct
|
||||
* List of variable names for which NPP_GetValue shall be implemented
|
||||
*/
|
||||
typedef enum {
|
||||
NPPVpluginNameString = 1,
|
||||
NPPVpluginDescriptionString,
|
||||
NPPVpluginWindowBool,
|
||||
NPPVpluginTransparentBool,
|
||||
NPPVpluginNameString = 1,
|
||||
NPPVpluginDescriptionString,
|
||||
NPPVpluginWindowBool,
|
||||
NPPVpluginTransparentBool,
|
||||
NPPVjavaClass,
|
||||
NPPVpluginWindowSize,
|
||||
NPPVpluginTimerInterval
|
||||
NPPVpluginTimerInterval,
|
||||
|
||||
NPPVpluginScriptableInstance = 10,
|
||||
NPPVpluginScriptableIID = 11
|
||||
} NPPVariable;
|
||||
|
||||
/*
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* npapi.h $Revision: 3.11 $
|
||||
* npapi.h $Revision: 3.12 $
|
||||
* Netscape client plug-in API spec
|
||||
*/
|
||||
|
||||
@ -292,13 +292,16 @@ typedef struct
|
||||
* List of variable names for which NPP_GetValue shall be implemented
|
||||
*/
|
||||
typedef enum {
|
||||
NPPVpluginNameString = 1,
|
||||
NPPVpluginDescriptionString,
|
||||
NPPVpluginWindowBool,
|
||||
NPPVpluginTransparentBool,
|
||||
NPPVpluginNameString = 1,
|
||||
NPPVpluginDescriptionString,
|
||||
NPPVpluginWindowBool,
|
||||
NPPVpluginTransparentBool,
|
||||
NPPVjavaClass,
|
||||
NPPVpluginWindowSize,
|
||||
NPPVpluginTimerInterval
|
||||
NPPVpluginTimerInterval,
|
||||
|
||||
NPPVpluginScriptableInstance = 10,
|
||||
NPPVpluginScriptableIID = 11
|
||||
} NPPVariable;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user