commit 1002ea04fa45fba46755478044bc4828f8e19b20
parent 46ae075430017ccd4a58d63a166fe1e696d3f379
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date: Tue, 25 Jun 2024 22:22:43 -0600
add bugref about why we call updatemons in outputmgrapplyortest
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);
}