rootston: input remove stubs

This commit is contained in:
Tony Crisci 2017-11-07 16:24:21 -05:00
parent 09c6092423
commit 5ac05b0c47
2 changed files with 43 additions and 2 deletions

View file

@ -63,7 +63,7 @@ static void input_add_notify(struct wl_listener *listener, void *data) {
static void input_remove_notify(struct wl_listener *listener, void *data) {
struct wlr_input_device *device = data;
struct roots_input *input = wl_container_of(listener, input, input_add);
struct roots_input *input = wl_container_of(listener, input, input_remove);
struct roots_seat *seat;
wl_list_for_each(seat, &input->seats, link) {