flacjacket / pywlroots

Python binding to the wlroots library using cffi
University of Illinois/NCSA Open Source License
52 stars 14 forks source link

Output: Support enabling/disabling adaptive sync #134

Closed heuer closed 7 months ago

heuer commented 8 months ago

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)