[Wayland] fix BigWheels when fractional scaling is enabled.
Open
bug
enhancement
good first issue
- Dominant language
- C++
- Stars
- 107
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
When fractional scaling is enabled in Wayland, BigWheels crash due to a `VK_ERROR_OUT_OF_DATE`.
The initial error showing is: `wl_surface: error 2: BUffer size(1502x489) is not divisible by scale (2)`
Changing the scaling (in Sway) from 1.5 to either 1 or 2 solves the issue.
Contributor guide
Assessment
This issue has not been assessed yet.