aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/applist.hpp')
-rw-r--r--src/applist.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/applist.hpp b/src/applist.hpp
index cab3595..d2a5971 100644
--- a/src/applist.hpp
+++ b/src/applist.hpp
@@ -39,10 +39,12 @@ class AppList
// Client Database Interface
void addClient(const std::string &appid, const std::string &role);
+ void addClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role);
void removeClient(const std::string &appid);
bool contains(const std::string &appid);
- int countClient();
+ int countClient();
std::shared_ptr<WMClient> lookUpClient(const std::string &appid);
+ void removeSurface(unsigned surface);
// Request Interface
unsigned currentSequenceNumber();