From b03394e54b78e8440f558c66b0c5b763c2727911 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 8 Feb 2020 18:05:24 +0100 Subject: [PATCH] Fix bug introduced through renaming --- seat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seat.c b/seat.c index bf1b8df..9db8cf6 100644 --- a/seat.c +++ b/seat.c @@ -445,7 +445,7 @@ handle_new_keyboard(struct cg_seat *seat, struct wlr_input_device *device) xkb_context_unref(context); wlr_keyboard_set_repeat_info(device->keyboard, 25, 600); - keyboard_group_add(keyboard); + cg_keyboard_group_add(keyboard); wl_list_insert(&seat->keyboards, &keyboard->link); keyboard->destroy.notify = handle_keyboard_destroy;