commit | 9d4f030c0b35327efcd2f31ea6af2dc889d2bf7e | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Wed Feb 15 16:33:21 2012 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 16 23:19:40 2012 -0500 |
tree | 1f319cbaf0decf4e50eadd59942166cdf3822631 | |
parent | b29f412eb852c74f4b9737c38bfa6595a272156f [diff] [blame] |
window: Use new xkbcommon include path xkbcommon in current git has moved its include files. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
diff --git a/clients/window.c b/clients/window.c index 052fefb..7fc35d8 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -49,7 +49,7 @@ #include <cairo-gl.h> #endif -#include <X11/extensions/XKBcommon.h> +#include <xkbcommon/xkbcommon.h> #include <X11/X.h> #include <linux/input.h>