on Wayland, drop resize events equal to the current window size (#1249)
* on Wayland, drop resize events equal to the current window size * Add changelog entry
This commit is contained in:
parent
f916311744
commit
72fc6a74ec
2 changed files with 17 additions and 9 deletions
|
|
@ -43,6 +43,7 @@
|
|||
- This is because some platforms cannot run the event loop outside the main thread. Preventing this
|
||||
reduces the potential for cross-platform compatibility gotchyas.
|
||||
- On Windows and Linux X11/Wayland, add platform-specific functions for creating an `EventLoop` outside the main thread.
|
||||
- On Wayland, drop resize events identical to the current window size.
|
||||
|
||||
# 0.20.0 Alpha 3 (2019-08-14)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue