Changeset 20613 in webkit for trunk/JavaScriptCore/bindings/npapi.h
- Timestamp:
- Mar 30, 2007, 10:29:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/npapi.h
r15990 r20613 105 105 106 106 #define NP_VERSION_MAJOR 0 107 #define NP_VERSION_MINOR 1 4107 #define NP_VERSION_MINOR 17 108 108 109 109 … … 678 678 void NPN_InvalidateRegion(NPP instance, NPRegion invalidRegion); 679 679 void NPN_ForceRedraw(NPP instance); 680 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled); 681 void NPN_PopPopupsEnabledState(NPP instance); 680 682 681 683 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.