summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index f0c11e080a..2ca7d86a96 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -77,6 +77,8 @@ struct vo_wayland_state {
int pending_vo_events;
int mouse_x;
int mouse_y;
+ int mouse_unscaled_x;
+ int mouse_unscaled_y;
int scaling;
int touch_entries;
uint32_t pointer_id;