Update smithay to latest commit
This commit is contained in:
parent
dd970b8c64
commit
de544e1d31
10 changed files with 59 additions and 35 deletions
|
|
@ -76,7 +76,7 @@ impl WinitState {
|
|||
.bind()
|
||||
.with_context(|| "Failed to bind display")?;
|
||||
self.backend
|
||||
.submit(damage.as_deref())
|
||||
.submit(damage.map(|x| x.as_slice()))
|
||||
.with_context(|| "Failed to submit buffer for display")?;
|
||||
#[cfg(feature = "debug")]
|
||||
self.fps.displayed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue