From cdad5cc65f4c6032b284ef6a4ff9874ad4018a63 Mon Sep 17 00:00:00 2001 From: dudemanguy Date: Wed, 27 Feb 2019 15:54:23 -0600 Subject: wayland: don't show cursor when fullscreening --- video/out/wayland_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index 735b312e97..b9ce1c53ce 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -102,6 +102,7 @@ struct vo_wayland_state { struct wl_surface *cursor_surface; int allocated_cursor_scale; bool cursor_visible; + bool prev_fullscreen; }; int vo_wayland_init(struct vo *vo); -- cgit v1.2.3