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
parent 6b5cc165dd
commit 61314cd50a
2 changed files with 35 additions and 31 deletions

View File

@@ -47,3 +47,4 @@ changelog entry.
### Fixed
- On Windows, fixed the event loop not waking on accessibility requests.
- On X11, fixed cursor grab mode state tracking on error.