diff options
| author | Alexander Courtis <alex@courtis.org> | 2023-01-24 21:18:27 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 11:18:27 +0100 |
| commit | 4c6f47669bbd869fea22841601f9fe98aa6ed52e (patch) | |
| tree | e526c19eafc6d6079ad40a7a0b672404556dcd71 | |
| parent | a9bfb7c924af2020d1a3c5ab6a0bccc43d2ef821 (diff) | |
| download | river-4c6f47669bbd869fea22841601f9fe98aa6ed52e.tar.gz river-4c6f47669bbd869fea22841601f9fe98aa6ed52e.tar.xz | |
wlr-output-management: apply adaptive sync state
| -rw-r--r-- | river/Root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/river/Root.zig b/river/Root.zig index be4d694..5fac20c 100644 --- a/river/Root.zig +++ b/river/Root.zig @@ -461,6 +461,7 @@ fn processOutputConfig( } wlr_output.setScale(head.state.scale); wlr_output.setTransform(head.state.transform); + wlr_output.enableAdaptiveSync(head.state.adaptive_sync_enabled); switch (action) { .test_only => { |
