For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av

This commit is contained in:
av%netscape.com 2001-04-03 21:29:48 +00:00
parent 1dd606aa87
commit bdb7f37077
2 changed files with 18 additions and 12 deletions

View File

@ -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;
/* /*

View File

@ -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;
/* /*