flacjacket / pywlroots

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

Removed Seat property "has_grab" in favour of more explicit methods. #152

Closed heuer closed 5 months ago

heuer commented 6 months ago

The property "has_grab" mirrors the method "keyboard_has_grab", but since there are several "_has_grab" functions, the user should call the specific method.

Fixes #147

heuer commented 6 months ago

Maybe this isn't a good idea for 0.16 and this should be postponed for 0.17?

Both would be okay for me, it's up to you.