summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-19 13:04:59 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:19 +0200
commit405182af460232cd9ea857a6efa64e91a123b2c6 (patch)
treeb3ce97147c5450719b1ce0373e5828512a579488 /video/out/wayland_common.h
parentbb9b6501fda409420acda7e41cec7eb990037f50 (diff)
downloadmpv-405182af460232cd9ea857a6efa64e91a123b2c6.tar.bz2
mpv-405182af460232cd9ea857a6efa64e91a123b2c6.tar.xz
wayland: use VOCTRL_SET_CURSOR_VISIBILITY
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;