winit-sonoma-fix/src
Kirill Chibisov f3f46cb3f6
On Wayland, fix Window::set_cursor_visible(true)
Making the cursor back visible was simply forgotten and it was
always hiding instead.

Fixes: 2496098890 (Update wayland-rs to 0.30.0)
Fixes: #2820.
2023-05-26 09:26:22 +03:00
..
platform Update wayland-rs to 0.30.0 2023-04-19 00:56:29 +03:00
platform_impl On Wayland, fix Window::set_cursor_visible(true) 2023-05-26 09:26:22 +03:00
dpi.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03: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 Changed 'an' to 'a' in documentation (#2715) 2023-03-04 10:37:15 +01:00
event_loop.rs Fix 1.68 clippy warnings 2023-03-12 20:02:49 +03:00
icon.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
lib.rs Generate docs.rs documentation with doc_auto_cfg (#2358) 2022-10-25 00:02:52 +02:00
monitor.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03:00
window.rs Use cursor-icon crate for CursorIcon 2023-05-09 20:19:35 +03:00