~ruther/dwl

5221a329e254627c186ba8e4d68f9595d4e3158a — Stivvo 4 years ago 934ce08
closemon() has now only 1 parameter
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1475,7 1475,7 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, bool test)
				if (m->wlr_output->name == wlr_output->name) {
					// focus the left monitor (relative to the current focus)
					focusmon(&ar);
					closemon(m, selmon);
					closemon(m);
				}
			}
		}

Do not follow this link