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:
Kirill Chibisov 2019-11-01 03:45:45 +03:00 committed by Osspial
parent f916311744
commit 72fc6a74ec
2 changed files with 17 additions and 9 deletions

View file

@ -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)