deps: Update for new smithay changes
This commit is contained in:
parent
749a032507
commit
9417a72818
4 changed files with 3 additions and 4 deletions
|
|
@ -175,7 +175,7 @@ impl Surface {
|
|||
state
|
||||
.spaces
|
||||
.active_space_mut(&self.output)
|
||||
.send_frames(true, state.start_time.elapsed().as_millis() as u32);
|
||||
.send_frames(state.start_time.elapsed().as_millis() as u32);
|
||||
self.surface
|
||||
.submit()
|
||||
.with_context(|| "Failed to submit buffer for display")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue