Home | History | Annotate | Download | only in WebKit
      1 #include "npapi.h"
      2 #include "bindings/npfunctions.h"
      3 
      4 // Non-standard event types can be passed to HandleEvent.
      5 // npapi.h that comes with WebKit.framework adds these events.
      6 #define getFocusEvent       (osEvt + 16)
      7 #define loseFocusEvent      (osEvt + 17)
      8 #define adjustCursorEvent   (osEvt + 18)
      9