window: Use new xkbcommon include path

xkbcommon in current git has moved its include files.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Daniel Stone 2012-02-15 16:33:21 +00:00 committed by Kristian Høgsberg
parent b29f412eb8
commit 9d4f030c0b
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -23,7 +23,7 @@
#ifndef _WINDOW_H_
#define _WINDOW_H_
#include <X11/extensions/XKBcommon.h>
#include <xkbcommon/xkbcommon.h>
#include <glib.h>
#include <wayland-client.h>
#include <cairo.h>