add bugref about why we call updatemons in outputmgrapplyortest

This commit is contained in:
Leonardo Hernández Hernández 2024-06-25 22:22:43 -06:00
parent 46ae075430
commit 1002ea04fa
No known key found for this signature in database
GPG Key ID: E538897EE11B9624

2
dwl.c
View File

@ -1941,7 +1941,7 @@ apply_or_test:
wlr_output_configuration_v1_send_failed(config); wlr_output_configuration_v1_send_failed(config);
wlr_output_configuration_v1_destroy(config); wlr_output_configuration_v1_destroy(config);
/* TODO: use a wrapper function? */ /* https://codeberg.org/dwl/dwl/issues/577 */
updatemons(NULL, NULL); updatemons(NULL, NULL);
} }