aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-11 12:15:28 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-11 12:15:48 +0900
commitb77279919e694ff49dc8032840aff0f5be8b7967 (patch)
tree59d1210619aa2e9d57dfe5b199d5673f66e7420e /src/wm_layer.hpp
parent845d2b5ed9f70d110fe731b8c5d17694523ce0e5 (diff)
Change API in wm_layer
* commitChange -> update * add undo Change-Id: I81a10fe5fcaa802f224af75457869dadc7a83f25 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_layer.hpp')
-rw-r--r--src/wm_layer.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wm_layer.hpp b/src/wm_layer.hpp
index c291151..a6a359e 100644
--- a/src/wm_layer.hpp
+++ b/src/wm_layer.hpp
@@ -80,7 +80,8 @@ class WMLayer
void removeLayerFromState(unsigned layer);
void setAreaToState(const std::string& app, const std::string& area);
void terminateApp(unsigned layer);
- WMError commitChange();
+ void update();
+ void undo();
// Debug
void dump();