cosmic-screencopy-v2

This commit is contained in:
Victoria Brekenfeld 2024-03-12 19:42:48 +01:00 committed by Victoria Brekenfeld
parent 973cfed87b
commit b40d153809
27 changed files with 3647 additions and 2743 deletions

View file

@ -39,7 +39,7 @@ impl SessionLockHandler for State {
for output in self.common.shell.outputs() {
self.backend
.schedule_render(&self.common.event_loop_handle, &output, None);
.schedule_render(&self.common.event_loop_handle, &output);
}
}
@ -48,7 +48,7 @@ impl SessionLockHandler for State {
for output in self.common.shell.outputs() {
self.backend
.schedule_render(&self.common.event_loop_handle, &output, None);
.schedule_render(&self.common.event_loop_handle, &output);
}
}