Revert "No need to call updatemons ourselves"

Fixes: https://codeberg.org/dwl/dwl/issues/577

This reverts commit 26d7c9689f.
This commit is contained in:
Leonardo Hernández Hernández 2024-01-30 22:54:54 -06:00
parent 9830a991ff
commit 5c936efc42
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 3 additions and 0 deletions

3
dwl.c
View File

@ -1764,6 +1764,9 @@ apply_or_test:
else
wlr_output_configuration_v1_send_failed(config);
wlr_output_configuration_v1_destroy(config);
/* TODO: use a wrapper function? */
updatemons(NULL, NULL);
}
void