summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-17 16:00:32 +0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-11-19 14:49:52 +0200
commit2a229338a5d6afc8458061314757f819598c3c04 (patch)
tree018efe487dd169da0c6cba9d1b5f704a3b74cd99 /clients
parent08ab0bcb83a75c00d0e541b03892a609fb446e86 (diff)
downloadweston-2a229338a5d6afc8458061314757f819598c3c04.tar.gz
Use xdg_shell protocol from wayland-protocols
Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Mariusz Ceier <mceier+wayland@gmail.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Acked-by: Jasper St. Pierre <jstpierre@mecheye.net>
Diffstat (limited to 'clients')
-rw-r--r--clients/simple-damage.c2
-rw-r--r--clients/simple-dmabuf.c2
-rw-r--r--clients/simple-egl.c2
-rw-r--r--clients/simple-shm.c2
-rw-r--r--clients/window.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/clients/simple-damage.c b/clients/simple-damage.c
index a4869b44..51520748 100644
--- a/clients/simple-damage.c
+++ b/clients/simple-damage.c
@@ -37,7 +37,7 @@
#include <wayland-client.h>
#include "shared/os-compatibility.h"
-#include "xdg-shell-client-protocol.h"
+#include "xdg-shell-unstable-v5-client-protocol.h"
#include "fullscreen-shell-unstable-v1-client-protocol.h"
#include "scaler-client-protocol.h"
diff --git a/clients/simple-dmabuf.c b/clients/simple-dmabuf.c
index 1751dc40..f371d804 100644
--- a/clients/simple-dmabuf.c
+++ b/clients/simple-dmabuf.c
@@ -40,7 +40,7 @@
#include <libdrm/drm_fourcc.h>
#include <wayland-client.h>
-#include "xdg-shell-client-protocol.h"
+#include "xdg-shell-unstable-v5-client-protocol.h"
#include "fullscreen-shell-unstable-v1-client-protocol.h"
#include "linux-dmabuf-unstable-v1-client-protocol.h"
diff --git a/clients/simple-egl.c b/clients/simple-egl.c
index 4c2e43bc..78b42263 100644
--- a/clients/simple-egl.c
+++ b/clients/simple-egl.c
@@ -41,7 +41,7 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
-#include "xdg-shell-client-protocol.h"
+#include "xdg-shell-unstable-v5-client-protocol.h"
#include <sys/types.h>
#include <unistd.h>
#include "protocol/ivi-application-client-protocol.h"
diff --git a/clients/simple-shm.c b/clients/simple-shm.c
index 8a3c5394..e6f0bd0b 100644
--- a/clients/simple-shm.c
+++ b/clients/simple-shm.c
@@ -35,7 +35,7 @@
#include <wayland-client.h>
#include "shared/os-compatibility.h"
-#include "xdg-shell-client-protocol.h"
+#include "xdg-shell-unstable-v5-client-protocol.h"
#include "fullscreen-shell-unstable-v1-client-protocol.h"
#include <sys/types.h>
diff --git a/clients/window.c b/clients/window.c
index 47628deb..4b62988f 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -68,7 +68,7 @@ typedef void *EGLContext;
#include <wayland-client.h>
#include "shared/cairo-util.h"
#include "shared/helpers.h"
-#include "xdg-shell-client-protocol.h"
+#include "xdg-shell-unstable-v5-client-protocol.h"
#include "text-cursor-position-client-protocol.h"
#include "workspaces-client-protocol.h"
#include "shared/os-compatibility.h"