mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
xdg-seat: keyboard grabs
This commit is contained in:
parent
27ee171d25
commit
4680943e74
5 changed files with 211 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue