deps: Update for new smithay changes

This commit is contained in:
Victoria Brekenfeld 2022-03-22 12:30:36 +01:00
parent 749a032507
commit 9417a72818
4 changed files with 3 additions and 4 deletions

View file

@ -228,7 +228,7 @@ where
Transform::Normal,
&*damage
.iter()
.map(|rect| rect.to_buffer(1, Transform::Normal, &self.size))
.map(|rect| rect.to_physical(1).to_f64())
.collect::<Vec<_>>(),
1.0,
)?;