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 98ce1b8..c31e4a2 100644
--- a/src/applist.hpp
+++ b/src/applist.hpp
@@ -57,9 +57,11 @@ class AppList
int countClient() const;
std::shared_ptr<WMClient> lookUpClient(const std::string &appid);
void removeSurface(unsigned surface);
- std::string getAppID(unsigned surface, const std::string &role, bool *found) const;
+ //std::string getAppID(unsigned surface, const std::string &role, bool *found) const;
+ std::string getAppID(unsigned surface, bool* found) const;
WMError appendRole(const std::string &appid, const std::string &role);
+
// Floating surface
void addFloatingClient(const std::string &appid, unsigned layer, const std::string &role);
void addFloatingSurface(const std::string &appid, unsigned surface, unsigned pid);