diff options
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ typedef union { typedef struct { int mods; KeySym keysym; + KeyCode keycode; Action action; int type; } Binding; |
