summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index e263789..27d16fd 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -66,6 +66,7 @@ typedef union {
typedef struct {
int mods;
KeySym keysym;
+ KeyCode keycode;
Action action;
int type;
} Binding;