winit/src
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
..
platform Unify with_app_id and with_class methods 2022-04-20 01:56:56 +03:00
platform_impl On Wayland, fix hiding cursors on GNOME 2022-05-01 16:21:34 +03:00
dpi.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Reverse horizontal scroll direction (#2105) 2022-03-13 14:22:02 +01:00
event_loop.rs Add methods to set ControlFlow operation 2022-04-10 04:32:02 +03:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
lib.rs Add methods to set ControlFlow operation 2022-04-10 04:32:02 +03:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Unify behavior of resizable across platforms 2022-04-24 23:35:18 +03:00