x11: fix cursor grab mode tracking on error

Fixes #4064.
This commit is contained in:
Kirill Chibisov 2024-12-31 05:52:12 +03:00 committed by GitHub
parent 5ea81efc74
commit 927deb030f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 35 additions and 33 deletions

View file

@ -202,3 +202,4 @@ changelog entry.
- 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.
- On X11, fixed cursor grab mode state tracking on error.