mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
Fix bug introduced through renaming
This commit is contained in:
parent
4ed65ed184
commit
b03394e54b
1 changed files with 1 additions and 1 deletions
2
seat.c
2
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue