summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index a3647b71..1f60b0c7 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -124,7 +124,7 @@ void x11_ungrab_key ( Display *display, unsigned int modmask, KeySym key );
*
* Parse key from user input string.
*/
-void x11_parse_key ( char *combo, unsigned int *mod, KeySym *key );
+void x11_parse_key ( char *combo, unsigned int *mod, xkb_keysym_t *key );
/**
* @param display The connection to the X server.