From 92cbe39df7b53208e15bea19e523570be915cf1e Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 11 Sep 2018 13:56:24 +0900 Subject: Add terminate process for layer_control Change-Id: I583bfa1da8fa88e15b13417de15d7d2b9e79f7f2 Signed-off-by: Kazumasa Mitsunari --- src/wm_layer_control.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wm_layer_control.hpp') 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 client); // Don't use this function. void dispatchCreateEvent(ilmObjectType object, unsigned id, bool created); -- cgit 1.2.3-korg