From 4680943e749bfd441d31c988faa50f2b1ae043ad Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 7 Oct 2017 11:02:11 -0400 Subject: xdg-seat: keyboard grabs --- rootston/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston') diff --git a/rootston/cursor.c b/rootston/cursor.c index df5869e5..2918b50f 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -234,7 +234,7 @@ static void do_cursor_button_press(struct roots_input *input, % (sizeof(input->input_events) / sizeof(input->input_events[0])); set_view_focus(input, desktop, view); if (view) { - wlr_seat_keyboard_enter(input->wl_seat, surface); + wlr_seat_keyboard_notify_enter(input->wl_seat, surface); } break; } -- cgit v1.2.3