Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output: Support enabling/disabling adaptive sync #134

Closed
heuer opened this issue Feb 27, 2024 · 0 comments
Closed

Output: Support enabling/disabling adaptive sync #134

heuer opened this issue Feb 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@heuer
Copy link
Contributor

heuer commented Feb 27, 2024

The wlr_types Output class has no method to enable adaptive sync.

    def enable_adaptive_sync(self, enable: bool = True) -> None:
        lib.wlr_output_enable_adaptive_sync(self._ptr, enable)
@flacjacket flacjacket added the enhancement New feature or request label Mar 1, 2024
flacjacket added a commit that referenced this issue Mar 18, 2024
Added Output.enable_adaptive_sync, fixes #134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants