Update fullscreen state on macOS before entering fullscreen (#1196)
This commit is contained in:
parent
2d41a7d1b0
commit
d69e41eba8
2 changed files with 21 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue