formatting
This commit is contained in:
parent
b3780d6f5f
commit
6cbda03d87
4 changed files with 158 additions and 135 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue