diff options
Diffstat (limited to 'src/wm_layer.hpp')
-rw-r--r-- | src/wm_layer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wm_layer.hpp b/src/wm_layer.hpp index 83a5e74..97cf8a8 100644 --- a/src/wm_layer.hpp +++ b/src/wm_layer.hpp @@ -34,6 +34,7 @@ class LayerState public: LayerState(); ~LayerState() = default; + const std::unordered_map<std::string, std::string> getCurrentState(); const std::vector<unsigned> getIviIdList(); void addLayer(unsigned layer); void removeLayer(unsigned layer); @@ -69,6 +70,7 @@ class WMLayer void addLayerToState(unsigned layer); void removeLayerFromState(unsigned layer); void attachAppToArea(const std::string& app, const std::string& area); + std::string attachedApp(const std::string& area); void update(); void undo(); |