1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 03:51:48 +00:00

wayland: implement MOUSE_LEAVE

This commit is contained in:
Alexander Preisinger 2013-07-02 17:31:43 +02:00
parent d603e73c24
commit 37c5867703

View File

@ -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,