render: fix xcursor scaling with fractional-scale-v1

This worked just after the fractional-scaling branch was merged, but
was then broken by the cursor-shape branch, due to a bad rebase of
that branch.
This commit is contained in:
Daniel Eklöf 2023-07-17 20:08:34 +02:00
parent 8b4cb2457a
commit 6de69aa9b7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 10 additions and 5 deletions

View file

@ -51,6 +51,9 @@
### Fixed
* Use appropriate rounding when applying fractional scales.
* Xcursor not being scaled correctly on `fractional-scale-v1` capable
compositors.
### Security
### Contributors