windows: fix the event loop not waking on accessibility requests

Fixes #4055.
This commit is contained in:
Matt Campbell 2024-12-23 15:23:44 -06:00 committed by GitHub
parent d736763216
commit 6896de5b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -200,3 +200,4 @@ changelog entry.
- On macOS, fixed the scancode conversion for audio volume keys.
- On macOS, fixed the scancode conversion for `IntlBackslash`.
- On macOS, fixed redundant `SurfaceResized` event at window creation.
- On Windows, fixed the event loop not waking on accessibility requests.