flacjacket / pywlroots

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

Fixed signature of Seat.touch_point_clear_focus #190

Closed heuer closed 4 months ago

heuer commented 4 months ago

touch_point_clear_focus took too many arguments like surface and the surface coordinates. Aligned the signature to wlr_seat_touch_point_clear_focus.

Closes #189