aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.hpp
diff options
context:
space:
mode:
authorfukubayashi.akio <fukubayashi.akio@genetec.co.jp>2019-06-20 10:33:15 +0900
committerfukubayashi.akio <fukubayashi.akio@genetec.co.jp>2019-06-20 10:33:15 +0900
commit729d2520cfc40d3eb461d2203a0b40ba7e259470 (patch)
tree353628441855b0a96b3814e7001c82cfe31281bd /src/wm_layer_control.hpp
parentac17da7010c6bd90240a641d503991ca5d0cb41a (diff)
Fix area and role
Signed-off-by: fukubayashi.akio <fukubayashi.akio@genetec.co.jp>
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r--src/wm_layer_control.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp
index 102896d..7c19e97 100644
--- a/src/wm_layer_control.hpp
+++ b/src/wm_layer_control.hpp
@@ -102,8 +102,7 @@ class LayerControl
void dispatchLayerPropChangeEvent(unsigned id, struct ilmLayerProperties*, t_ilm_notification_mask);
std::string hasRemoteLayer(unsigned layer);
- std::string areaToRemoteLayer(std::string area);
-
+ std::string areaToRemoteLayer(const std::string& area);
private:
WMError makeVisible(const std::shared_ptr<WMClient> client);
WMError makeInvisible(const std::shared_ptr<WMClient> client);