x11: implement true cursor area with XNArea attribute

This commit is contained in:
Aaron Muir Hamilton 2025-03-11 14:04:50 -04:00 committed by GitHub
parent 16d5f46db1
commit a0464ae83b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 36 deletions

View file

@ -73,6 +73,7 @@ changelog entry.
- Add ability to make non-activating window on macOS using `NSPanel` with `NSWindowStyleMask::NonactivatingPanel`.
- On Windows, add `IconExtWindows::from_resource_name`.
- Implement `MonitorHandleProvider` for `MonitorHandle` to access common monitor API.
- On X11, set an "area" attribute on XIM input connection to convey the cursor area.
### Changed