aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/keyboard.c')
-rw-r--r--sway/input/keyboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/input/keyboard.c b/sway/input/keyboard.c
index 2ac02b22..96d5b72d 100644
--- a/sway/input/keyboard.c
+++ b/sway/input/keyboard.c
@@ -1070,9 +1070,6 @@ void sway_keyboard_configure(struct sway_keyboard *keyboard) {
1070 } 1070 }
1071 } 1071 }
1072 1072
1073 struct wlr_seat *seat = keyboard->seat_device->sway_seat->wlr_seat;
1074 wlr_seat_set_keyboard(seat, keyboard->wlr);
1075
1076 wl_list_remove(&keyboard->keyboard_key.link); 1073 wl_list_remove(&keyboard->keyboard_key.link);
1077 wl_signal_add(&keyboard->wlr->events.key, &keyboard->keyboard_key); 1074 wl_signal_add(&keyboard->wlr->events.key, &keyboard->keyboard_key);
1078 keyboard->keyboard_key.notify = handle_keyboard_key; 1075 keyboard->keyboard_key.notify = handle_keyboard_key;