Fix hiding a maximized window On Windows (#2336)

This commit is contained in:
Amr Bashir
2022-07-23 14:23:58 +02:00
committed by GitHub
parent 1cd0e94c26
commit 08d025968e
2 changed files with 11 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Windows, fix hiding a maximized window.
- On Android, `ndk-glue`'s `NativeWindow` lock is now held between `Event::Resumed` and `Event::Suspended`.
- On Web, added `EventLoopExtWebSys` with a `spawn` method to start the event loop without throwing an exception.
- Added `WindowEvent::Occluded(bool)`, currently implemented on macOS and X11.