mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
7394: apply new adaptive sync value
This commit is contained in:
parent
36f627d0fa
commit
fef0c945e1
1 changed files with 1 additions and 0 deletions
|
|
@ -1034,6 +1034,7 @@ static void output_manager_apply(struct sway_server *server,
|
||||||
oc->y = config_head->state.y;
|
oc->y = config_head->state.y;
|
||||||
oc->transform = config_head->state.transform;
|
oc->transform = config_head->state.transform;
|
||||||
oc->scale = config_head->state.scale;
|
oc->scale = config_head->state.scale;
|
||||||
|
oc->adaptive_sync = config_head->state.adaptive_sync_enabled;
|
||||||
|
|
||||||
if (test_only) {
|
if (test_only) {
|
||||||
ok &= test_output_config(oc, output);
|
ok &= test_output_config(oc, output);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue