From 37c586770343a8c7806f757f21b524772b8d8a24 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Tue, 2 Jul 2013 17:31:43 +0200 Subject: wayland: implement MOUSE_LEAVE --- video/out/wayland_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video') diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index f3d18efc1d..3ff3c0ffa5 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -329,6 +329,8 @@ static void pointer_handle_leave(void *data, uint32_t serial, struct wl_surface *surface) { + struct vo_wayland_state *wl = data; + mplayer_put_key(wl->vo->key_fifo, MP_KEY_MOUSE_LEAVE); } static void pointer_handle_motion(void *data, -- cgit v1.2.3