aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-18 12:24:58 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-18 13:14:10 +0900
commitb7957f3fc1e5f5ce0525d62c67da64457ef1d9e0 (patch)
treea948b3d66438908237f9a8045a189b0f0c810eb0 /src/wm_client.hpp
parentbb6647d071a188defa2a36b8aead23d48f7df85d (diff)
Add setRenderOrder into WMClient
Implement finishes but not tested Change-Id: I59929038c163c445b562e9d9f28516da57516339 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_client.hpp')
-rw-r--r--src/wm_client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp
index 40a0d1d..65c68b9 100644
--- a/src/wm_client.hpp
+++ b/src/wm_client.hpp
@@ -58,6 +58,7 @@ class WMClient
bool removeSurfaceIfExist(unsigned surface);
// bool removeRole(const std::string& role);
std::vector<unsigned> renderOrder() const;
+ WMError setRenderOrder(const std::vector<std::string>& order);
#if GTEST_ENABLED
bool subscribe(afb_req req, const std::string &event_name);