Disable overscan compensation for external displays on iOS (#1088)

This commit is contained in:
Aleksi Juvani 2019-08-06 23:47:00 +03:00 committed by Osspial
parent 73cf10e4f3
commit c0c22c8ff1
3 changed files with 31 additions and 4 deletions

View file

@ -16,6 +16,8 @@
- On iOS, fix a crash that occurred while acquiring a monitor's name.
- On iOS, fix armv7-apple-ios compile target.
- Removed the `T: Clone` requirement from the `Clone` impl of `EventLoopProxy<T>`.
- On iOS, disable overscan compensation for external displays (removes black
bars surrounding the image).
# 0.20.0 Alpha 2 (2019-07-09)