Files
winit/src/platform_impl/linux/wayland
Kirill Chibisov ff731197dc On Wayland, disable Occluded handling
Change in state requires a redraw, however drawing when getting
`Occluded` with vsync will block indefinitely, thus the event in
it's current state is rather useless.

To solve this issue winit needs a way to determine whether the user
paused/continued their render loop, so it can commit on their behalf.

This commit also forces redraw when getting configure.

Links: https://github.com/rust-windowing/winit/issues/3442
2024-01-30 13:00:10 +04:00
..
2023-10-15 06:49:57 +04:00
2023-12-23 16:12:29 +01:00
2024-01-17 18:17:49 +01:00
2024-01-30 13:00:10 +04:00