winit/src
Kirill Chibisov 14140607d1
On Wayland, fix wl_surface being dropped first
The surface was automatically dropped due to new RAII type in SCTK
when dropping the Window, which was not the case at some point with
SCTK.

Thus destroying objects associated with it where causing issues
with some window managers.

Links: https://github.com/neovide/neovide/issues/2109
2023-11-11 20:35:30 +04:00
..
platform On wasm, provide intradoc-link for spawn() function in EventLoop docs (#3178) 2023-10-25 17:42:51 +02:00
platform_impl On Wayland, fix wl_surface being dropped first 2023-11-11 20:35:30 +04:00
dpi.rs Clarify scale_factor docs 2023-10-28 14:23:20 +04:00
error.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
event.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
event_loop.rs On wasm, provide intradoc-link for spawn() function in EventLoop docs (#3178) 2023-10-25 17:42:51 +02:00
icon.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
keyboard.rs Implement Ord/PartialOrd for ModifiersState 2023-10-20 14:51:42 +04:00
lib.rs On wasm, provide intradoc-link for spawn() function in EventLoop docs (#3178) 2023-10-25 17:42:51 +02:00
monitor.rs Clarify scale_factor docs 2023-10-28 14:23:20 +04:00
window.rs Fix typo in pre_present_notify docs 2023-11-02 01:07:35 +04:00