aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.hpp
diff options
context:
space:
mode:
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);