winit-sonoma-fix/src/platform_impl/linux
Murarth 7b43b0bc94 Implement DPI Usability Upgrades for X11 and Wayland (#1098)
* Fix compile errors

* Use `mio` for the X11 event loop

* Removes `calloop` from the X11 event loop, as the method of draining a
  source using a closure provided to the `calloop::EventLoop` instance
  conflicts with the need to deliver events directly to the callback
  provided to `EventLoop::run`, in order to respond to the value provided by
  `WindowEvent::HiDpiFactorChanged`.

* Implement interactive `HiDpiFactorChanged` event for X11

* Implement interactive `HiDpiFactorChanged` event for Wayland

* Run cargo fmt

* Fix Wayland not processing events from EventQueue

* Backport #981
2020-01-05 14:15:11 -05:00
..
wayland Implement DPI Usability Upgrades for X11 and Wayland (#1098) 2020-01-05 14:15:11 -05:00
x11 Implement DPI Usability Upgrades for X11 and Wayland (#1098) 2020-01-05 14:15:11 -05:00
mod.rs Implement DPI Usability Upgrades for X11 and Wayland (#1098) 2020-01-05 14:15:11 -05:00