web_pub/browser_plugin_api/inc/npapi.h
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 44 800203832575
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   411     , NPNVsupportsOpenGLBool = 2002 /* TRUE if the browser supports the OpenGL drawing model (CGL on Mac) */
   411     , NPNVsupportsOpenGLBool = 2002 /* TRUE if the browser supports the OpenGL drawing model (CGL on Mac) */
   412 #endif /* XP_MACOSX */
   412 #endif /* XP_MACOSX */
   413     
   413     
   414     /* Get the id of the currently connected access point */
   414     /* Get the id of the currently connected access point */
   415     NPNNetworkAccess,
   415     NPNNetworkAccess,
   416     NPNVGenericParameter        
   416     NPNVGenericParameter,
       
   417     NPNVSupportsWindowless
   417 } NPNVariable;
   418 } NPNVariable;
   418 
   419 
   419 #ifdef GENERIC_CONTEXTS
   420 #ifdef GENERIC_CONTEXTS
   420 
   421 
   421 union  NPN_GenericParam {
   422 union  NPN_GenericParam {