winit/src/platform_impl/linux/wayland
Kirill Chibisov 801fddbfcf
Make WindowBuilder Send + Sync
Window builder is always accessed by winit on the thread event loop
is on, thus it's safe to mark the data it gets as `Send + Sync`.
Each unsafe object is marked individually as `Send + Sync` instead
of just implementing `Send` and `Sync` for the whole builder.
2023-10-17 04:54:12 +04:00
..
event_loop Implement AsFd/AsRawFd for EventLoop<T> 2023-10-15 20:31:29 +04:00
seat Update SCTK to 0.18.0 2023-10-15 06:49:57 +04:00
types Add Window::set_blur 2023-10-08 23:53:15 +04:00
window Make WindowBuilder Send + Sync 2023-10-17 04:54:12 +04:00
mod.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
output.rs On Wayland, fix MonitorHandle position 2023-10-11 00:44:52 +04:00
state.rs Update SCTK to 0.18.0 2023-10-15 06:49:57 +04:00