aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-01-11 11:08:47 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-01-24 14:13:48 +0900
commita94f6c67c67a68df8a894699686f2eaa8e870208 (patch)
tree70e8cd228f771d3ef4e31797c78ef261fdffeb17 /src/main.cpp
parent7614135f5b9e129bb9af431e80f377cc128196c5 (diff)
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 <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0197c3c..8e252d4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,7 +23,7 @@
#include "result.hpp"
#include "json_helper.hpp"
#include "util.hpp"
-#include "wayland.hpp"
+#include "wayland_ivi_wm.hpp"
extern "C" {
#include <afb/afb-binding.h>