smithay fixes
This commit is contained in:
parent
10c23e17f9
commit
844ed552b9
3 changed files with 6 additions and 9 deletions
|
|
@ -963,7 +963,7 @@ impl Surface {
|
|||
};
|
||||
state.send_frames(&self.output, &states);
|
||||
surface
|
||||
.queue_buffer(feedback)
|
||||
.queue_buffer(damage, feedback)
|
||||
.with_context(|| "Failed to submit buffer for display")?;
|
||||
}
|
||||
Err(err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue