~ruther/dwl

26d7c9689f6e7eb699f2a63c2093c2a27e411ea3 — Devin J. Pohly 1 year, 8 months ago 6c8be38
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 files changed, 0 insertions(+), 3 deletions(-)

M dwl.c
M dwl.c => dwl.c +0 -3
@@ 1757,9 1757,6 @@ 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

Do not follow this link