compositor: Schedule a new render after commit
This commit is contained in:
parent
7708cdc1a2
commit
56e6ad8953
1 changed files with 5 additions and 0 deletions
|
|
@ -206,6 +206,11 @@ impl CompositorHandler for State {
|
|||
}) {
|
||||
layer_map_for_output(output).arrange(dh);
|
||||
}
|
||||
|
||||
// schedule a new render
|
||||
for output in self.common.shell.outputs_for_surface(surface) {
|
||||
self.backend.schedule_render(&self.common.event_loop_handle, &output);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue