From 6bb1d4b1a2b451ded41616ff56fdde94a5b46d5c Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Mon, 22 Feb 2016 11:39:52 +0100 Subject: x11-helper: Migrate to libxkbcommon Signed-off-by: Quentin Glidic --- include/x11-helper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/x11-helper.h b/include/x11-helper.h index 6e4a9d29..6bcf62ae 100644 --- a/include/x11-helper.h +++ b/include/x11-helper.h @@ -2,6 +2,8 @@ #define X11_ROFI_HELPER_H #include +#include "xkb.h" + /** * @defgroup X11Helper X11Helper * @ingroup HELPERS @@ -130,7 +132,7 @@ void x11_set_window_opacity ( Display *display, Window box, unsigned int opacity * * Numlock detection * * Cache */ -void x11_setup ( Display *display ); +void x11_setup ( Display *display, xkb_stuff *xkb ); /** * @param display Connection to the X server. -- cgit v1.2.3