mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Remove extraneous keyboard send_enter
This commit is contained in:
parent
66587eb430
commit
75fd9b8426
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ void view_setup(struct roots_view *view) {
|
|||
struct roots_input *input = view->desktop->server->input;
|
||||
view_center(view);
|
||||
set_view_focus(input, view->desktop, view);
|
||||
wlr_seat_keyboard_notify_enter(input->wl_seat, view->wlr_surface);
|
||||
struct wlr_box before;
|
||||
view_get_size(view, &before);
|
||||
view_update_output(view, &before);
|
||||
|
|
Loading…
Reference in a new issue