Skip to content

seat: remove wlr_seat_validate_grab_serial()

Kirill Primak requested to merge vyivel/wlroots:drop-validate-grab-serial into master

It makes little sense to have a catch-all grab vaildation function, considering that e.g. tablet tool implicit grabs are possible as well. Besides, the function has always returned true anyway.

Merge request reports