On Wayland, fix deadlock when calling set_inner_size from event loop

Fixes #1571.
This commit is contained in:
Kirill Chibisov 2020-05-22 13:33:04 +03:00 committed by GitHub
parent 6cfddfea21
commit ff66bdda7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,8 @@
# Unreleased
- On Web, prevent the webpage from scrolling when the user is focused on a winit canvas
- On Wayland, fix deadlock when calling to `set_inner_size` from a callback.
# 0.22.2 (2020-05-16)
- Added Clone implementation for 'static events.