summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/npapi/bindings/npapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index aac35e3..ed886fe 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -793,8 +793,8 @@ typedef struct _NPKeyEvent
typedef struct _NPCharacterEvent
{
uint32 modifier;
- uint32 text;
- uint32 unmodifiedText;
+ uint16 text[4];
+ uint16 unmodifiedText[4];
} NPCharacterEvent;
typedef struct _NPMouseEvent