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 26b21e34ad..b8486b538a 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -52,6 +52,9 @@ struct vo_w32_state {
BOOL tracking;
TRACKMOUSEEVENT trackEvent;
+
+ int mouse_x;
+ int mouse_y;
};
struct vo;