summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/keyb.c b/source/keyb.c
index 7c6e7046..4ed04a67 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -8,7 +8,7 @@
typedef struct _KeyBinding
{
unsigned int modmask;
- KeySym keysym;
+ xkb_keysym_t keysym;
} KeyBinding;
typedef struct _ActionBindingEntry
@@ -133,7 +133,7 @@ void cleanup_abe ( void )
}
}
-int abe_test_action ( KeyBindingAction action, unsigned int mask, KeySym key )
+int abe_test_action ( KeyBindingAction action, unsigned int mask, xkb_keysym_t key )
{
ActionBindingEntry *akb = &( abe[action] );