Files
winit/src
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
..
2024-01-17 18:17:49 +01:00
2023-12-25 09:25:09 +01:00
2024-01-29 22:06:03 +04:00
2024-01-30 13:00:10 +04:00