diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-07 11:02:11 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-07 12:52:02 -0400 |
commit | 4680943e749bfd441d31c988faa50f2b1ae043ad (patch) | |
tree | af373f358e51f430d04926a6972775a1bd555718 /rootston/cursor.c | |
parent | 27ee171d251e60d302f063196ccc5100028dcfff (diff) |
xdg-seat: keyboard grabs
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |