chore: smithay update

This commit is contained in:
Victoria Brekenfeld 2024-07-02 13:15:19 +02:00
parent 553c49b42b
commit 2d0f1cbf2b
4 changed files with 21 additions and 7 deletions

View file

@ -402,8 +402,7 @@ impl Surface {
) -> Result<()> {
let (tx, rx) = std::sync::mpsc::sync_channel(1);
self.plane_formats = surface
.planes()
.primary
.plane_info()
.formats
.iter()
.copied()