summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-21 13:10:32 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-21 16:04:53 +0100
commite1f87a67b4352ad60b4fc0291a121515fe7f15d3 (patch)
tree75306214dba8f20590c2a8f8a8bb17400c21750d /include/x11-helper.h
parentfe7ca2079d97172980f0bc725f532019fc9b7eb5 (diff)
rofi: Migrate to libxkbcommon
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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.