diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-01-11 11:08:47 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-01-24 14:13:48 +0900 |
commit | a94f6c67c67a68df8a894699686f2eaa8e870208 (patch) | |
tree | 70e8cd228f771d3ef4e31797c78ef261fdffeb17 /src/app.hpp | |
parent | 7614135f5b9e129bb9af431e80f377cc128196c5 (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/app.hpp')
-rw-r--r-- | src/app.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app.hpp b/src/app.hpp index 5ec19ae..7fccde3 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -30,7 +30,7 @@ #include "layout.hpp" #include "policy.hpp" #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" #include "hmi-debug.h" namespace wl { @@ -180,7 +180,6 @@ struct App { int init(); - int dispatch_events(); int dispatch_pending_events(); void set_pending_events(); |