aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/seat/wlr_seat_keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/seat/wlr_seat_keyboard.c b/types/seat/wlr_seat_keyboard.c
index 8c1b56e1..e8ea300e 100644
--- a/types/seat/wlr_seat_keyboard.c
+++ b/types/seat/wlr_seat_keyboard.c
@@ -110,7 +110,7 @@ static void handle_keyboard_repeat_info(struct wl_listener *listener,
static void handle_keyboard_destroy(struct wl_listener *listener, void *data) {
struct wlr_seat_keyboard_state *state =
wl_container_of(listener, state, keyboard_destroy);
- state->keyboard = NULL;
+ wlr_seat_set_keyboard(state->seat, NULL);
}
void wlr_seat_set_keyboard(struct wlr_seat *seat,