mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-24 06:24:19 +02:00
Fix DEBUG<->WLR_DEBUG
This commit is contained in:
parent
494fd6444b
commit
1ab70173b0
1 changed files with 1 additions and 1 deletions
2
seat.c
2
seat.c
|
|
@ -461,7 +461,7 @@ remove_keyboard(struct cg_seat *seat, struct cg_input_device *keyboard) {
|
|||
wlr_keyboard_group_remove_keyboard(wlr_group, wlr_keyboard);
|
||||
|
||||
if (wl_list_empty(&wlr_group->devices)) {
|
||||
wlr_log(DEBUG, "Destroying empty keyboard group %p",
|
||||
wlr_log(WLR_DEBUG, "Destroying empty keyboard group %p",
|
||||
wlr_group);
|
||||
struct cg_keyboard_group *group = wlr_group->data;
|
||||
if(wlr_seat_get_keyboard(wlr_seat) == &wlr_group->keyboard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue