mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
Add xwayland activate and fix EGL bug
This commit is contained in:
parent
906a816abf
commit
220a6e9bf6
8 changed files with 36 additions and 4 deletions
|
|
@ -100,7 +100,9 @@ static void do_cursor_button_press(struct roots_input *input,
|
|||
input->input_events_idx = (i + 1)
|
||||
% (sizeof(input->input_events) / sizeof(input->input_events[0]));
|
||||
set_view_focus(input, desktop, view);
|
||||
wlr_seat_keyboard_enter(input->wl_seat, view->wlr_surface);
|
||||
if (view) {
|
||||
wlr_seat_keyboard_enter(input->wl_seat, view->wlr_surface);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue