Improve interaction between fullscreen windows and monitor-switching keyboard shortcuts (#1171)

* Update to 1.38.0 formatting

* Improve fullscreen window monitor switching on Windows

* Format
This commit is contained in:
Osspial 2019-10-05 16:23:30 -04:00 committed by GitHub
parent d69e41eba8
commit df7571b369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 1 deletions

View file

@ -30,6 +30,8 @@
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
- On Windows, disable monitor change keyboard shortcut while in exclusive fullscreen.
- On Windows, ensure that changing a borderless fullscreen window's monitor via keyboard shortcuts keeps the window fullscreen on the new monitor.
# 0.20.0 Alpha 3 (2019-08-14)