Update Smithay

This commit is contained in:
Ivan Molodetskikh
2024-06-12 09:40:19 +03:00
parent 2ffa1ae705
commit 9ae98e09cb
13 changed files with 65 additions and 19 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ mod imp {
if let Some(mut damage) = rect.intersection(dst) {
damage.loc -= dst.loc;
element
.draw(&mut frame, src, dst, &[damage])
.draw(&mut frame, src, dst, &[damage], &[])
.context("error drawing element")?;
}
}