macos: fix an incorrect type signature on NSView drawRect (#1104)

This commit is contained in:
mtak- 2019-08-13 21:01:22 -07:00 committed by Osspial
parent 1366dc326a
commit 1aab328e2a
2 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@
hijacking `set_decorations` for this purpose.
- On macOS and iOS, corrected the auto trait impls of `EventLoopProxy`.
- On iOS, add touch pressure information for touch events.
- On macOS, fix the signature of `-[NSView drawRect:]`.
# 0.20.0 Alpha 2 (2019-07-09)