render: OSD: don’t mark surface as being opaque, when it’s not

This commit is contained in:
Daniel Eklöf 2023-07-19 16:39:56 +02:00
parent 899b768b74
commit a49281ced3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 10 additions and 6 deletions

View file

@ -75,6 +75,7 @@
compositors without `cursor-shape-v1 support` ([#1411][1411]).
* Crash on exit, if the mouse is hovering over the foot window (does
not happen on all compositors)
* Visual glitches when CSD titlebar is transparent.
[1404]: https://codeberg.org/dnkl/foot/issues/1404
[1411]: https://codeberg.org/dnkl/foot/pulls/1411