From 5221a329e254627c186ba8e4d68f9595d4e3158a Mon Sep 17 00:00:00 2001 From: Stivvo Date: Sat, 31 Oct 2020 16:25:46 +0100 Subject: [PATCH] closemon() has now only 1 parameter --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 78fac21..ca352c4 100644 --- a/dwl.c +++ b/dwl.c @@ -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); } } }