summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-06-25 22:22:43 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-06-25 22:24:38 -0600
commit1002ea04fa45fba46755478044bc4828f8e19b20 (patch)
tree29881e441381f5f91ed9c3330ad113c04cb45575
parent46ae075430017ccd4a58d63a166fe1e696d3f379 (diff)
add bugref about why we call updatemons in outputmgrapplyortest
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
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);
}