mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
Fix line length.
This commit is contained in:
parent
0687b98a7c
commit
15b471ded0
1 changed files with 2 additions and 1 deletions
|
|
@ -336,7 +336,8 @@ static void handle_keyboard_key(struct wl_listener *listener, void *data) {
|
||||||
// update raw keysyms
|
// update raw keysyms
|
||||||
const xkb_keysym_t *raw_keysyms;
|
const xkb_keysym_t *raw_keysyms;
|
||||||
size_t raw_keysyms_len =
|
size_t raw_keysyms_len =
|
||||||
keyboard_keysyms_raw(keyboard, keycode, &raw_keysyms, &keyboard->modifiers_raw);
|
keyboard_keysyms_raw(keyboard, keycode, &raw_keysyms,
|
||||||
|
&keyboard->modifiers_raw);
|
||||||
pressed_keysyms_update(keyboard->pressed_keysyms_raw, raw_keysyms,
|
pressed_keysyms_update(keyboard->pressed_keysyms_raw, raw_keysyms,
|
||||||
raw_keysyms_len);
|
raw_keysyms_len);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue