summaryrefslogtreecommitdiffstats
path: root/WebKitTools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npfunctions.h
blob: 61588ca01c8e2c3f9fe25363c4c47d81cd41e7e2 (plain)
1
2
3
4
5
6
7
#include "bindings/npfunctions.h"

// Non-standard event types can be passed to HandleEvent.
// npapi.h that comes with WebKit.framework adds these events.
#define getFocusEvent       (osEvt + 16)
#define loseFocusEvent      (osEvt + 17)
#define adjustCursorEvent   (osEvt + 18)