summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-22 11:39:52 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-23 17:34:38 +0100
commit6bb1d4b1a2b451ded41616ff56fdde94a5b46d5c (patch)
tree40dc3238a97858964ea8aa50b2aa536d11744a46 /include
parent42e97092076340e2e481514d4aad13b314df6fbb (diff)
x11-helper: Migrate to libxkbcommon
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include')
-rw-r--r--include/x11-helper.h4
1 files changed, 3 insertions, 1 deletions
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 <cairo.h>
+#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.