summaryrefslogtreecommitdiffstats
path: root/include/keyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyb.h')
-rw-r--r--include/keyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keyb.h b/include/keyb.h
index bd195017..37d67884 100644
--- a/include/keyb.h
+++ b/include/keyb.h
@@ -99,7 +99,7 @@ void cleanup_abe ( void );
* Check if this key has been triggered.
* @returns TRUE if key combo matches, FALSE otherwise.
*/
-int abe_test_action ( KeyBindingAction action, unsigned int mask, KeySym key );
+int abe_test_action ( KeyBindingAction action, unsigned int mask, xkb_keysym_t key );
/*@}*/
#endif // ROFI_KEYB_H