winit-sonoma-fix/src
mitchmindtree be09639b69 Update the macOS backend to the new futures-compatible API.
This is a follow up to the new API introduced in #20.

This also fixes the issue where window resize events would not be
emitted until the end of the resize. This PR fixese #39 by ensuring that
the user callback given to either `EventsLoop::poll_events` or
`EventsLoop::run_forever` can be called by each window delegate's resize
callback directly.
2017-02-03 23:05:57 +11:00
..
api Merge remote-tracking branch 'origin/master' into impl-20 2017-02-03 09:14:24 +01:00
os Unix fix attempt 2017-01-28 16:09:22 +01:00
platform Update the macOS backend to the new futures-compatible API. 2017-02-03 23:05:57 +11:00
api_transition.rs Add WindowId type 2017-02-03 09:13:11 +01:00
events.rs Add WindowId type 2017-02-03 09:13:11 +01:00
lib.rs Add WindowId type 2017-02-03 09:13:11 +01:00
window.rs Update the macOS backend to the new futures-compatible API. 2017-02-03 23:05:57 +11:00