From a94f6c67c67a68df8a894699686f2eaa8e870208 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Thu, 11 Jan 2018 11:08:47 +0900 Subject: Change the protocol from ivi-controller to ivi-wm This patch is for master branch only. For using wayland-ivi-extension version 2.x, the wayland protocol in WindowManager is changed from ivi-controller to ivi-wm. NOTE: If using this patch, the modification for AGL/meta-agl which described in SPEC-1244 is necessary. Bug-AGL: SPEC-1244 Change-Id: I5489db202dfeec8f4626aee53bd1f86c145b95d9 Signed-off-by: Yuta Doi --- src/layers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layers.hpp') diff --git a/src/layers.hpp b/src/layers.hpp index 1942229..43b1071 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -25,7 +25,7 @@ #include "layout.hpp" #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" namespace wm { -- cgit 1.2.3-korg