winit/src/platform_impl/linux/wayland/event_loop
Kirill Chibisov 1c68be0631
On Wayland, fix consecutive run_return not polling
If you try to use `EventLoop::run_return` API in a way that you do on
demand polling of events it won't actually poll, since in such strategy
the `ControlFlow::Exit` is sent right before Wayland backend starts to
poll.

This was observed with smithay compositor Anvil which was doing this
particular thing leading to GNOME thinking that app isn't responding,
due to connection not being polled.
2022-03-11 18:15:33 +03:00
..
mod.rs On Wayland, fix consecutive run_return not polling 2022-03-11 18:15:33 +03:00
proxy.rs Update SCTK to 0.11.0 2020-09-29 00:11:43 +03:00
sink.rs Update SCTK to 0.11.0 2020-09-29 00:11:43 +03:00
state.rs Update SCTK to 0.11.0 2020-09-29 00:11:43 +03:00