input: support tablet-v2 pad notifications

This commit is contained in:
Jens Peters 2024-06-04 20:21:12 +02:00 committed by Johan Malm
parent 61e5e0e4d9
commit 3c0cea92f2
4 changed files with 155 additions and 10 deletions

View file

@ -504,6 +504,7 @@ focus_change_notify(struct wl_listener *listener, void *data)
}
if (view) {
view_set_activated(view, true);
tablet_pad_enter_surface(seat, surface);
}
server->active_view = view;
}