Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
No need to call updatemons ourselves
Browse files Browse the repository at this point in the history
The output manager in wlroots emits an output_layout.change event when
anything changes, so updatemons will be called anyway.

ΔSLOC: -1
  • Loading branch information
djpohly committed Jul 22, 2023
1 parent 1b6ec88 commit 0a4142b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1807,9 +1807,6 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, int test)
else
wlr_output_configuration_v1_send_failed(config);
wlr_output_configuration_v1_destroy(config);

/* TODO: use a wrapper function? */
updatemons(NULL, NULL);
}

void
Expand Down

0 comments on commit 0a4142b

Please sign in to comment.