[PATCH] window: Use new xkbcommon include path

Kristian Høgsberg krh at bitplanet.net
Thu Feb 16 13:08:52 PST 2012


On Wed, Feb 15, 2012 at 11:33 AM, Daniel Stone <daniel at fooishbar.org> wrote:
> xkbcommon in current git has moved its include files.

Thanks, applied.  Looks better, but what about standalone keysyms and
modifier masks?

Kristian

> Signed-off-by: Daniel Stone <daniel at fooishbar.org>
> ---
>  clients/window.c |    2 +-
>  clients/window.h |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/clients/window.c b/clients/window.c
> index ae5a791..c0cd5d3 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 <linux/input.h>
>  #include <wayland-client.h>
> diff --git a/clients/window.h b/clients/window.h
> index a199f6f..785e833 100644
> --- a/clients/window.h
> +++ b/clients/window.h
> @@ -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>
> --
> 1.7.9
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list