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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 3903b58a2b..4911009b66 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -99,6 +99,7 @@ struct vo_wayland_state {
struct wl_cursor_theme *cursor_theme;
struct wl_cursor *default_cursor;
struct wl_surface *cursor_surface;
+ int allocated_cursor_scale;
};
int vo_wayland_init(struct vo *vo);