summaryrefslogtreecommitdiff
path: root/desktop-shell
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 /desktop-shell
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 'desktop-shell')
-rw-r--r--desktop-shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 99683077..58cad930 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -40,7 +40,7 @@
#include "workspaces-server-protocol.h"
#include "shared/config-parser.h"
#include "shared/helpers.h"
-#include "xdg-shell-server-protocol.h"
+#include "xdg-shell-unstable-v5-server-protocol.h"
#define DEFAULT_NUM_WORKSPACES 1
#define DEFAULT_WORKSPACE_CHANGE_ANIMATION_LENGTH 200