mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
config/keybind.c: Don't overwrite the stack
This commit is contained in:
parent
a47931bba2
commit
f28319be54
2 changed files with 9 additions and 1 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include <wlr/types/wlr_keyboard.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
#define MAX_KEYSYMS 32
|
||||
|
||||
struct keybind {
|
||||
uint32_t modifiers;
|
||||
xkb_keysym_t *keysyms;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue