mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
--window-size-chars: ensure width/height are valid for current scaling factor
Before this patch, we didn’t ensure width and height were valid for the current scaling factor, when fractional scaling _is_ available. That is, we didn’t ensure the width/height values multiplied back to their original values after dividing with the scaling factor. Closes #1446
This commit is contained in:
parent
05131a9b0c
commit
1af0277564
2 changed files with 7 additions and 16 deletions
|
|
@ -72,12 +72,16 @@
|
|||
* Crash when compositor does not implement the _viewporter_ interface
|
||||
([#1444][1444]).
|
||||
* CSD rendering with fractional scaling ([#1441][1441]).
|
||||
* Regression: crash with certain combinations of
|
||||
`--window-size-chars=NxM` and desktop scaling factors
|
||||
([#1446][1446]).
|
||||
|
||||
[1423]: https://codeberg.org/dnkl/foot/issues/1423
|
||||
[1431]: https://codeberg.org/dnkl/foot/issues/1431
|
||||
[1430]: https://codeberg.org/dnkl/foot/issues/1430
|
||||
[1444]: https://codeberg.org/dnkl/foot/issues/1444
|
||||
[1441]: https://codeberg.org/dnkl/foot/issues/1441
|
||||
[1446]: https://codeberg.org/dnkl/foot/issues/1446
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue