Skip to content

Commit

Permalink
wlr-output-management: apply adaptive sync state
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 24, 2023
1 parent a9bfb7c commit 4c6f476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions river/Root.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 4c6f476

Please sign in to comment.