flacjacket / pywlroots

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

Added is_multi property to Backend #180

Closed heuer closed 4 months ago

heuer commented 5 months ago

From wlroots 0.17 on, the multi-backend should be the default (for backends created with wlr_backend_autocreate()).

The "is_multi" property allows the caller to check if i.e. a vt-change is possible or not.