config/keybind.c: Don't overwrite the stack

This commit is contained in:
Consolatis 2022-01-03 05:38:48 +01:00 committed by Johan Malm
parent a47931bba2
commit f28319be54
2 changed files with 9 additions and 1 deletions

View file

@ -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;