aboutsummaryrefslogtreecommitdiff
path: root/rootston/desktop.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-08 13:28:13 -0500
committerGitHub <noreply@github.com>2017-11-08 13:28:13 -0500
commitb5ad7a5232b919319eef1a198d731b308c0bb9cc (patch)
tree18cfd123d78d4c1bc5f13040ee329c27a8162f70 /rootston/desktop.c
parentf678775953052be0afbb4667544ee00b4cb53c30 (diff)
parent882e6206393f1931fea3de8fd2b87b91314ed6d0 (diff)
Merge pull request #391 from emersion/keyboard-enter-state
Send current keyboard state when entering a surface
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r--rootston/desktop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c
index 29f78ac7..b36a6932 100644
--- a/rootston/desktop.c
+++ b/rootston/desktop.c
@@ -133,7 +133,6 @@ void view_teardown(struct roots_view *view) {
struct roots_view *prev_view = views->items[views->length-2];
struct roots_input *input = prev_view->desktop->server->input;
set_view_focus(input, prev_view->desktop, prev_view);
- wlr_seat_keyboard_notify_enter(input->wl_seat, prev_view->wlr_surface);
}
struct roots_view *view_at(struct roots_desktop *desktop, double lx, double ly,