mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
config/keybind.c: Don't overwrite the stack
This commit is contained in:
parent
a47931bba2
commit
3e5f59bb89
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