aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-11 13:56:24 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-11 13:56:24 +0900
commit92cbe39df7b53208e15bea19e523570be915cf1e (patch)
tree4d0bf8313ec61ef4d46c4d56604c09908a390366 /src/wm_layer_control.hpp
parentd5a353563462d3eebd5e138a0ed4f850ea8cd809 (diff)
Add terminate process for layer_control
Change-Id: I583bfa1da8fa88e15b13417de15d7d2b9e79f7f2 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r--src/wm_layer_control.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp
index 3bf219a..7cccfa0 100644
--- a/src/wm_layer_control.hpp
+++ b/src/wm_layer_control.hpp
@@ -80,6 +80,7 @@ class LayerControl
void undoUpdate();
WMError layoutChange(const WMAction& action);
WMError visibilityChange(const WMAction &action);
+ void terminateApp(const std::shared_ptr<WMClient> client);
// Don't use this function.
void dispatchCreateEvent(ilmObjectType object, unsigned id, bool created);