~ruther/dwl

8298f20a7174eb9c70b375b92810ab3320fedf97 — Leonardo Hernández Hernández 2 years ago 6a0ec2a
allow change adaptive sync in outputmgrapplyortest()
1 files changed, 2 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -0
@@ 1557,6 1557,8 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, int test)
					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);
		wlr_output_enable_adaptive_sync(wlr_output,
				config_head->state.adaptive_sync_enabled);

apply_or_test:
		if (test) {

Do not follow this link