smithay fixes

This commit is contained in:
Victoria Brekenfeld 2023-02-24 14:07:40 +01:00
parent 10c23e17f9
commit 844ed552b9
3 changed files with 6 additions and 9 deletions

View file

@ -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) => {