aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_manager.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-20 18:35:53 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-20 18:35:53 +0900
commit27e4f2d7810666d86bcb525d0e7e513e70c5f021 (patch)
tree62ae812335ebc4fee0d63086e1ae29f1b52b84bc /src/window_manager.hpp
parentc22f1a8f722b2249d62bfebb0a035556aa84b0cd (diff)
Add initialize of Layout Manager
Layout Manager is not suitable in this case... but this name is set be architecture... Change-Id: Ia1612f243dcae2af229357cc982918b2b5ea7d7d Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r--src/window_manager.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp
index aa1b4cc..d77d23a 100644
--- a/src/window_manager.hpp
+++ b/src/window_manager.hpp
@@ -29,6 +29,7 @@
#include "hmi-debug.h"
#include "request.hpp"
#include "wm_error.hpp"
+#include "layout_manager.hpp"
struct json_object;
@@ -280,7 +281,7 @@ class WindowManager
std::unordered_map<std::string, struct compositor::rect> area2size;
std::unordered_map<std::string, std::string> roleold2new;
std::unordered_map<std::string, std::string> rolenew2old;
-
+ std::shared_ptr<LayoutManager> lm;
PMWrapper pmw;
static const char* kDefaultOldRoleDb;