winit-sonoma-fix/src/platform_impl/linux/wayland
andersrein 7df040f451 Wayland: Switched to using a reference to relative_pointer_manager_proxy when creating SeatData (#1179)
* Fixed relative_pointer not being set up when the "zwp_relative_pointer_manager_v1" callback comes after the "wl_seat" callback

* Ran cargo fmt

* Updated changelog

* Improved CHANGELOG

* Switched to using Rc<RefCell> instead of Arc<Mutex> since all accesses to the relative_pointer_manager_proxy will happen on the same thread.

* Forgot to run cargo fmt
2019-09-23 14:50:06 -04:00
..
event_loop.rs Wayland: Switched to using a reference to relative_pointer_manager_proxy when creating SeatData (#1179) 2019-09-23 14:50:06 -04:00
keyboard.rs Implement WindowEvent ModifiersChanged for X11 and Wayland (#1132) 2019-09-08 11:43:28 -07:00
mod.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
pointer.rs Fix warnings on Linux (#1004) 2019-07-03 14:18:42 -04:00
touch.rs Add touch pressure information for touch events on iOS (#1090) 2019-08-13 18:12:13 -04:00
window.rs Implement raw_window_handle::HasRawWindowHandle for Window type (#1105) 2019-08-14 07:57:16 -04:00