summaryrefslogtreecommitdiffstats
path: root/video/out/w32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/w32_common.h')
-rw-r--r--video/out/w32_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/w32_common.h b/video/out/w32_common.h
index b8486b538a..afe3fe871a 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -55,6 +55,9 @@ struct vo_w32_state {
int mouse_x;
int mouse_y;
+
+ // UTF-16 decoding state for WM_CHAR and VK_PACKET
+ int high_surrogate;
};
struct vo;