mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
render: fix surface damage when rendering sixels.
Pass a damage region to render_row()/render_cell() when rendering partially visible cells underneath a sixel. This ensures the affected regions are later reported as 'damaged' to the Wayland compositor. Closes #1515
This commit is contained in:
parent
4aa67e464a
commit
f5f2f5a954
2 changed files with 13 additions and 9 deletions
|
|
@ -53,9 +53,12 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Foot not starting on linux kernels before 6.3 ([#1514][1514]).
|
||||
* Cells underneath erased sixels not being repainted ([#1515][1515]).
|
||||
|
||||
[1514]: https://codeberg.org/dnkl/foot/issues/1514
|
||||
[1515]: https://codeberg.org/dnkl/foot/issues/1515
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue