winit/src/platform_impl/linux/wayland/seat/pointer
Tobias Menzi 0728105b2b
On Wayland, fix hiding cursors on GNOME
`wl_pointer::set_cursor` expects a serial number of the last
`wl_pointer::enter` event. However other calls expect latest
observed pointer serial, so this commit tracks both and
use them as required by specification.

Fixes #2273.
2022-05-01 16:21:34 +03:00
..
data.rs On Wayland, fix hiding cursors on GNOME 2022-05-01 16:21:34 +03:00
handlers.rs On Wayland, fix hiding cursors on GNOME 2022-05-01 16:21:34 +03:00
mod.rs On Wayland, fix hiding cursors on GNOME 2022-05-01 16:21:34 +03:00