From 405182af460232cd9ea857a6efa64e91a123b2c6 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Sun, 19 May 2013 13:04:59 +0200 Subject: wayland: use VOCTRL_SET_CURSOR_VISIBILITY --- video/out/wayland_common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'video/out/wayland_common.h') 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; -- cgit v1.2.3