diff options
Diffstat (limited to 'src/xkbcomp/ast-build.c')
-rw-r--r-- | src/xkbcomp/ast-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbcomp/ast-build.c b/src/xkbcomp/ast-build.c index dcfbb38..4ce4752 100644 --- a/src/xkbcomp/ast-build.c +++ b/src/xkbcomp/ast-build.c @@ -137,7 +137,7 @@ ExprCreateBinary(enum expr_op_type op, ExprDef *left, ExprDef *right) } KeycodeDef * -KeycodeCreate(xkb_atom_t name, unsigned long value) +KeycodeCreate(xkb_atom_t name, int64_t value) { KeycodeDef *def; |