From 1002ea04fa45fba46755478044bc4828f8e19b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Tue, 25 Jun 2024 22:22:43 -0600 Subject: [PATCH] add bugref about why we call updatemons in outputmgrapplyortest --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 521b07a..9fb50a7 100644 --- a/dwl.c +++ b/dwl.c @@ -1941,7 +1941,7 @@ apply_or_test: wlr_output_configuration_v1_send_failed(config); wlr_output_configuration_v1_destroy(config); - /* TODO: use a wrapper function? */ + /* https://codeberg.org/dwl/dwl/issues/577 */ updatemons(NULL, NULL); }