diff options
Diffstat (limited to 'src/wm_layer.hpp')
-rw-r--r-- | src/wm_layer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wm_layer.hpp b/src/wm_layer.hpp index 65182b0..c291151 100644 --- a/src/wm_layer.hpp +++ b/src/wm_layer.hpp @@ -78,6 +78,7 @@ class WMLayer // Manipulation void addLayerToState(unsigned layer); void removeLayerFromState(unsigned layer); + void setAreaToState(const std::string& app, const std::string& area); void terminateApp(unsigned layer); WMError commitChange(); |