Update fullscreen state on macOS before entering fullscreen (#1196)

This commit is contained in:
Aleksi Juvani 2019-10-05 23:23:06 +03:00 committed by Osspial
parent 2d41a7d1b0
commit d69e41eba8
2 changed files with 21 additions and 20 deletions

View file

@ -26,6 +26,9 @@
- Removed `derivative` crate dependency.
- On Wayland, add support for set_cursor_icon.
- Use `impl Iterator<Item = MonitorHandle>` instead of `AvailableMonitorsIter` consistently.
- On macOS, fix fullscreen state being updated after entering fullscreen instead of before,
resulting in `Window::fullscreen` returning the old state in `Resized` events instead of
reflecting the new fullscreen state
- On X11, fix use-after-free during window creation
# 0.20.0 Alpha 3 (2019-08-14)