winit/src/platform_impl
Robert Bragg ec11b4877f Linux: Sync with server/compositor before exiting run_ondemand
Although we document that applications can't keep windows between
separate run_ondemand calls it's possible that the application has only
just dropped their windows and we need to flush these requests to the
server/compositor.

This fixes the window_ondemand example - by ensuring the window from
the first loop really is destroyed before waiting for 5 seconds
and starting the second loop.
2023-07-28 03:04:32 +04:00
..
android Re-work event loop run() API so it can return a Result 2023-07-28 03:04:32 +04:00
ios Rename Window::set_inner_size to Window::request_inner_size 2023-07-10 04:02:26 +00:00
linux Linux: Sync with server/compositor before exiting run_ondemand 2023-07-28 03:04:32 +04:00
macos Re-work event loop run() API so it can return a Result 2023-07-28 03:04:32 +04:00
orbital Re-work event loop run() API so it can return a Result 2023-07-28 03:04:32 +04:00
web On Web, add WindowBuilderExtWebSys::with_append() (#2953) 2023-07-12 17:11:52 +02:00
windows Re-work event loop run() API so it can return a Result 2023-07-28 03:04:32 +04:00
mod.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00