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 5e5692f1..aedf3ae6 100644
--- a/sway/input/keyboard.c
+++ b/sway/input/keyboard.c
@@ -1068,9 +1068,6 @@ void sway_keyboard_configure(struct sway_keyboard *keyboard) {
1068 } 1068 }
1069 } 1069 }
1070 1070
1071 struct wlr_seat *seat = keyboard->seat_device->sway_seat->wlr_seat;
1072 wlr_seat_set_keyboard(seat, keyboard->wlr);
1073
1074 wl_list_remove(&keyboard->keyboard_key.link); 1071 wl_list_remove(&keyboard->keyboard_key.link);
1075 wl_signal_add(&keyboard->wlr->events.key, &keyboard->keyboard_key); 1072 wl_signal_add(&keyboard->wlr->events.key, &keyboard->keyboard_key);
1076 keyboard->keyboard_key.notify = handle_keyboard_key; 1073 keyboard->keyboard_key.notify = handle_keyboard_key;