diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-09 08:40:15 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-09 08:40:15 -0500 |
commit | 75fd9b8426953d98c57fc0f598bf3a3ace602c0c (patch) | |
tree | 47425fb0fc288ee09ae56c71a742468ec45c5264 | |
parent | 66587eb4304af9ffc0eaaea8161e53f8a6fd962b (diff) |
Remove extraneous keyboard send_enter
-rw-r--r-- | rootston/desktop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c index df8a79f2..2448ffac 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -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); |