diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-25 22:22:43 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-25 22:24:38 -0600 |
commit | 1002ea04fa45fba46755478044bc4828f8e19b20 (patch) | |
tree | 29881e441381f5f91ed9c3330ad113c04cb45575 | |
parent | 46ae075430017ccd4a58d63a166fe1e696d3f379 (diff) |
add bugref about why we call updatemons in outputmgrapplyortest
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |