formatting

This commit is contained in:
Victoria Brekenfeld 2022-02-04 21:14:20 +01:00
parent b3780d6f5f
commit 6cbda03d87
4 changed files with 158 additions and 135 deletions

View file

@ -335,7 +335,8 @@ fn check_grab_preconditions(
fn commit(surface: &WlSurface, state: &mut State) {
// TODO figure out which output the surface is on.
for output in state.common.spaces.outputs() {//.cloned().collect::<Vec<_>>().into_iter() {
for output in state.common.spaces.outputs() {
//.cloned().collect::<Vec<_>>().into_iter() {
state.backend.schedule_render(output);
// let space = state.common.spaces.active_space(output);
// get output for surface