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 8465f028d6..26b21e34ad 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -49,6 +49,9 @@ struct vo_w32_state {
int event_flags;
int mon_cnt;
int mon_id;
+
+ BOOL tracking;
+ TRACKMOUSEEVENT trackEvent;
};
struct vo;