aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/applist.hpp')
-rw-r--r--src/applist.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/applist.hpp b/src/applist.hpp
index 20e7cb5..a5a895a 100644
--- a/src/applist.hpp
+++ b/src/applist.hpp
@@ -53,10 +53,12 @@ class AppList
void removeSurface(unsigned surface);
WMError lookUpFloatingSurface(unsigned pid, unsigned *surface);
WMError lookUpFloatingSurface(const std::string &appid, unsigned *surface);
- WMError appendRole(const std::string &id, const std::string &role, unsigned surface);
+ WMError appendRole(const std::string &appid, const std::string &role, unsigned surface);
+ void addFloatingClient(const std::string &appid, unsigned layer, const std::string &role);
// Request Interface
- unsigned currentRequestNumber() const;
+ unsigned
+ currentRequestNumber() const;
unsigned getRequestNumber(const std::string &appid) const;
unsigned addAllocateRequest(WMRequest req);
/* TODO: consider, which is better WMClient or std::string appid?