On Windows, use SWP_ASYNCWINDOWPOS to prevent thread from blocking when calling (#302)

set_inner_size
This commit is contained in:
Chris Tolliday
2017-10-04 00:42:35 -07:00
committed by tomaka
parent b337d8f99b
commit 5af88d97e8
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased
- Fixed issue of calls to `set_inner_size` blocking on Windows.
# Version 0.8.2 (2017-09-28)
- Uniformize keyboard scancode values accross Wayland and X11 (#297).