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

Commit 0a4142b

Browse files
committed
No need to call updatemons ourselves
The output manager in wlroots emits an output_layout.change event when anything changes, so updatemons will be called anyway. ΔSLOC: -1
1 parent 1b6ec88 commit 0a4142b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dwl.c

-3
Original file line numberDiff line numberDiff line change
@@ -1807,9 +1807,6 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, int test)
18071807
else
18081808
wlr_output_configuration_v1_send_failed(config);
18091809
wlr_output_configuration_v1_destroy(config);
1810-
1811-
/* TODO: use a wrapper function? */
1812-
updatemons(NULL, NULL);
18131810
}
18141811

18151812
void

0 commit comments

Comments
 (0)