wayland: support fractional scale for custom cursor

This commit is contained in:
jpy794 2025-04-29 13:12:43 +08:00 committed by GitHub
parent 078c4c0c4f
commit 4fe4ce3d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 41 additions and 13 deletions

View file

@ -253,3 +253,4 @@ changelog entry.
- On macOS, fixed `run_app_on_demand` returning without closing open windows.
- On Wayland, fixed a crash when consequently calling `set_cursor_grab` without pointer focus.
- On Wayland, ensure that external event loop is woken-up when using pump_events and integrating via `FD`.
- On Wayland, apply fractional scaling to custom cursors.