deps: Update for new smithay changes
This commit is contained in:
parent
749a032507
commit
9417a72818
4 changed files with 3 additions and 4 deletions
|
|
@ -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,
|
||||
)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue