7394: apply new adaptive sync value

This commit is contained in:
Alexander Courtis 2023-01-23 14:46:31 +11:00
parent 36f627d0fa
commit fef0c945e1

View file

@ -1034,6 +1034,7 @@ static void output_manager_apply(struct sway_server *server,
oc->y = config_head->state.y;
oc->transform = config_head->state.transform;
oc->scale = config_head->state.scale;
oc->adaptive_sync = config_head->state.adaptive_sync_enabled;
if (test_only) {
ok &= test_output_config(oc, output);