Skip to content

wlr_seat: restore NULL behavior for notify_enter

Simon Ser requested to merge github/fork/djpohly/notify-enter-unbreak into master

Created by: djpohly

Unifies the behavior of wlr_seat_*_notify_enter with that of wlr_seat_*_enter when NULL is passed for the surface parameter. Provides a non-breaking alternative for the fix in #2217 by using the grab interface.

Merge request reports