diff options
author | Stivvo <stivvo01@gmail.com> | 2020-10-31 16:25:46 +0100 |
---|---|---|
committer | Stivvo <stivvo01@gmail.com> | 2020-10-31 16:25:46 +0100 |
commit | 5221a329e254627c186ba8e4d68f9595d4e3158a (patch) | |
tree | 769758244def82a1df79d3f88064cd410a5bb3a2 | |
parent | 934ce085b6f4784517d4111ec5c127553a19337d (diff) |
closemon() has now only 1 parameter
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } } |