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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 3b643f8f49..5d8df2c4bc 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -60,9 +60,8 @@ struct vo_wayland_display {
struct wl_cursor_theme *theme;
struct wl_surface *surface;
- /* save timer and pointer for fading out */
- int mouse_timer;
- bool mouse_waiting_hide;
+ /* pointer for fading out */
+ bool visible;
struct wl_pointer *pointer;
uint32_t serial;
} cursor;