MacOS: request_user_attention(bool -> enum) (#1021)

This commit is contained in:
Felix Rabe 2019-07-07 22:14:00 +02:00 committed by Hal Gentz
parent 53a89f28a0
commit c1f314ccdc
3 changed files with 31 additions and 12 deletions

View file

@ -15,6 +15,7 @@ and `WindowEvent::HoveredFile`.
- On macOS, drop unused Metal dependency.
- On Windows, fix the trail effect happening on transparent decorated windows. Borderless (or un-decorated) windows were not affected.
- On Windows, fix `with_maximized` not properly setting window size to entire window.
- On macOS, change `WindowExtMacOS::request_user_attention()` to take an `enum` instead of a `bool`.
# 0.20.0 Alpha 1