On Windows, set the cursor icon when the cursor first enters a window (#1807)

This commit is contained in:
Markus Røyset 2021-01-05 17:39:13 +01:00 committed by GitHub
parent 38fccebe1f
commit 9d63fc7ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Windows, fix bug causing newly created windows to erroneously display the "wait" (spinning) cursor.
- On Windows, change the default window size (1024x768) to match the default on other desktop platforms (800x600).
- On Windows, fix bug causing mouse capture to not be released.
- On Windows, fix fullscreen not preserving minimized/maximized state.