Files
winit/src/platform_impl
Kirill Chibisov 98b3508aca On Windows, fix RedrawRequested delivery
When calling `Window::request_redraw` from the `RedrawRequested`
handler the `RedrawWindow` won't result in `WM_PAINT` being delivered
due since user callback is run before `DefWindowProcW` is called.

Track whether the user called `Window::request_redraw` and ask for
`RedrawWindow` after running the said function during `WM_PAINT`
handling.

Fixes #3150.
2023-10-20 14:52:01 +04:00
..
2023-10-19 18:27:49 +04:00
2023-10-19 18:27:49 +04:00
2023-10-20 14:05:57 +04:00
2023-10-19 18:27:49 +04:00
2023-10-19 18:27:49 +04:00
2023-01-05 06:58:08 -07:00