winit-sonoma-fix/src/platform/linux
Andreas Johansson 92873b06ed Handle removed wl_outputs (#719)
* Move the event managent to the closure

In preparation of more events not relating to the SeatManager being
captured.

* Handle wl_output remove events

In some cases, wl_outputs can be removed without the compositor
notifying the surfaces using leave/enter events. This breaks the DPI and
resize stuff since the windows' list of monitors were not updated.

Now, wl_output removals are handled and windows are updated accordingly.

* Add changelog entry for disappearing wl_outputs

* Clearer changelog message for wl_output removal changes
2018-11-20 15:21:58 -05:00
..
wayland Handle removed wl_outputs (#719) 2018-11-20 15:21:58 -05:00
x11 X11: Check if XRRGetOutputInfo returned NULL (#709) 2018-11-17 15:51:39 -05:00
dlopen.rs Support NetBSD platform (#603) 2018-07-16 10:25:26 -04:00
mod.rs X11: Check if XRRGetOutputInfo returned NULL (#709) 2018-11-17 15:51:39 -05:00