X11: Fix incorrect DPI factor when waking from suspend (#1303)

This commit is contained in:
Murarth 2019-12-04 10:18:20 -07:00 committed by GitHub
parent 2888d5c6cf
commit 1a514dff38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 6 deletions

View file

@ -8,6 +8,7 @@
- On X11, fix key modifiers being incorrectly reported.
- On X11, fix window creation hanging when another window is fullscreen.
- On Windows, fix focusing unfocused windows when switching from fullscreen to windowed.
- On X11, fix reporting incorrect DPI factor when waking from suspend.
# 0.20.0 Alpha 4 (2019-10-18)