mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-06 06:47:17 -04:00
osc: regression: fix OSC-111 handling of alpha changes
When the background alpha changes from fully opaque, to transparent, or vice versa, we need to do more than just repaint the affected cells. For example, we need to create new surfaces with the correct pixel format. OSC-11 (set background color) already does this, but the same alpha checking logic was missing in OSC-111 (reset background color). Fixes #1801
This commit is contained in:
parent
eb185bfa47
commit
2896c18981
2 changed files with 17 additions and 1 deletions
|
|
@ -72,6 +72,13 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Regression: OSC-111 not handling alpha changes correctly, causing
|
||||
visual glitches ([#1801][1801]).
|
||||
|
||||
[1801]: https://codeberg.org/dnkl/foot/issues/1801
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue