~ruther/dwl

02c257e0b163430401c87fc62937a454e883359b — Leonardo Hernández Hernández 2 years ago 27ab9cf
update for wlroots!3627

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3627
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1580,7 1580,7 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, int test)
		/* Don't move monitors if position wouldn't change, this to avoid
		 * wlroots marking the output as manually configured */
		if (m->m.x != config_head->state.x || m->m.y != config_head->state.y)
			wlr_output_layout_move(output_layout, wlr_output,
			wlr_output_layout_add(output_layout, wlr_output,
					config_head->state.x, config_head->state.y);
		wlr_output_set_transform(wlr_output, config_head->state.transform);
		wlr_output_set_scale(wlr_output, config_head->state.scale);

Do not follow this link