From d312090701bd03cabcad9e6588ea44244c6a94f2 Mon Sep 17 00:00:00 2001 From: QC Date: Mon, 25 May 2015 10:30:32 +0200 Subject: Issue #168: Add note about pkg-config and update packages. --- source/keyb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/keyb.c') diff --git a/source/keyb.c b/source/keyb.c index bcaeb7ef..ff1b1e6b 100644 --- a/source/keyb.c +++ b/source/keyb.c @@ -239,7 +239,7 @@ int abe_test_action ( KeyBindingAction action, unsigned int mask, KeySym key ) if ( kb->keysym == key ) { // Bits 13 and 14 of the modifiers together are the group number, and // should be ignored when looking up key bindings - if ( ( mask & ~( NumlockMask | (1<<13) | (1<<14) ) ) == kb->modmask ) { + if ( ( mask & ~( NumlockMask | ( 1 << 13 ) | ( 1 << 14 ) ) ) == kb->modmask ) { return TRUE; } } -- cgit v1.2.3