Implement fix described in #851 (#945)

* Implement fix described in #851

* Add changelog entry
This commit is contained in:
Osspial 2019-06-20 23:59:27 -04:00 committed by GitHub
parent 06244dd492
commit b1b5aefc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -43,6 +43,7 @@
- Add `MonitorHandle::video_modes` method for retrieving supported video modes for the given monitor.
- On Wayland, the window now exists even if nothing has been drawn.
- On Windows, fix initial dimensions of a fullscreen window.
- On Windows, Fix transparent borderless windows rendering wrong.
# Version 0.19.1 (2019-04-08)