refactor code

This commit is contained in:
DL
2025-07-10 09:57:29 +02:00
parent 9cc2408dc8
commit 2cc5bb045b
2 changed files with 1 additions and 2 deletions

2
seat.c
View File

@@ -116,7 +116,7 @@ static void keyboard_handle_key(
* process it as a compositor keybinding. */
for (int i = 0; i < nsyms; i++)
{
handled = handle_keybinding(keyboard->input.seat->server, syms[i]);
handled |= handle_keybinding(keyboard->input.seat->server, syms[i]);
}
}