diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 19:18:34 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 13:25:26 +1200 |
commit | cb4d50e22c217027d641fc36cd022d12bba8d1ad (patch) | |
tree | 0ae27d76bdbe33d49416536ff72e6cd360102e15 /examples | |
parent | 2ae5cd6539253e03e065f3ecbf55179527bb5ea2 (diff) |
Changed header paths.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/compositor/main.c | 2 | ||||
-rw-r--r-- | examples/pointer.c | 2 | ||||
-rw-r--r-- | examples/rotation.c | 2 | ||||
-rw-r--r-- | examples/shared.c | 2 | ||||
-rw-r--r-- | examples/shared.h | 2 | ||||
-rw-r--r-- | examples/simple.c | 2 | ||||
-rw-r--r-- | examples/tablet.c | 2 | ||||
-rw-r--r-- | examples/touch.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/compositor/main.c b/examples/compositor/main.c index e13fda24..c618961d 100644 --- a/examples/compositor/main.c +++ b/examples/compositor/main.c @@ -6,7 +6,7 @@ #include <inttypes.h> #include <wayland-server.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/render.h> #include <wlr/render/gles2.h> #include <wlr/types/wlr_output.h> diff --git a/examples/pointer.c b/examples/pointer.c index c7518841..d159caf5 100644 --- a/examples/pointer.c +++ b/examples/pointer.c @@ -14,7 +14,7 @@ #include <wlr/render/gles2.h> #include <wlr/render.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_keyboard.h> #include <wlr/util/log.h> #include "shared.h" diff --git a/examples/rotation.c b/examples/rotation.c index 36e95f50..bcf855d9 100644 --- a/examples/rotation.c +++ b/examples/rotation.c @@ -14,7 +14,7 @@ #include <wlr/render/gles2.h> #include <wlr/render.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_keyboard.h> #include <math.h> #include "shared.h" diff --git a/examples/shared.c b/examples/shared.c index 823d8e0c..bd5f7ec5 100644 --- a/examples/shared.c +++ b/examples/shared.c @@ -8,7 +8,7 @@ #include <xkbcommon/xkbcommon.h> #include <wayland-server-protocol.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> #include <wlr/util/log.h> diff --git a/examples/shared.h b/examples/shared.h index 1633f2c8..2379eef9 100644 --- a/examples/shared.h +++ b/examples/shared.h @@ -8,7 +8,7 @@ #include <xkbcommon/xkbcommon.h> #include <wayland-server-protocol.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> diff --git a/examples/simple.c b/examples/simple.c index 45cb2b93..8e098e18 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -7,7 +7,7 @@ #include <wayland-server.h> #include <GLES2/gl2.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_output.h> #include <xkbcommon/xkbcommon.h> #include "shared.h" diff --git a/examples/tablet.c b/examples/tablet.c index d7f7d042..0be6dcb9 100644 --- a/examples/tablet.c +++ b/examples/tablet.c @@ -13,7 +13,7 @@ #include <wlr/render/gles2.h> #include <wlr/render.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_tablet_tool.h> #include <wlr/types/wlr_tablet_pad.h> diff --git a/examples/touch.c b/examples/touch.c index 97009e81..15ad9d49 100644 --- a/examples/touch.c +++ b/examples/touch.c @@ -15,7 +15,7 @@ #include <wlr/render/gles2.h> #include <wlr/render.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/util/list.h> #include "shared.h" #include "cat.h" |