chore: Cleanup

This commit is contained in:
Victoria Brekenfeld 2024-06-10 20:41:29 +02:00 committed by Victoria Brekenfeld
parent 800e01a484
commit 92f3dbce01
16 changed files with 329 additions and 277 deletions

View file

@ -71,8 +71,7 @@ impl WlrLayerShellHandler for State {
shell.workspaces.recalculate();
self.backend
.schedule_render(&self.common.event_loop_handle, &output);
self.backend.schedule_render(&output);
}
}
}