aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/applist.cpp')
-rw-r--r--src/applist.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/applist.cpp b/src/applist.cpp
index 4e31c03..f5634fe 100644
--- a/src/applist.cpp
+++ b/src/applist.cpp
@@ -110,9 +110,14 @@ WMError AppList::lookUpFloatingSurface(unsigned pid, unsigned *surface)
WMError AppList::lookUpFloatingSurface(const std::string &appid, unsigned *surface)
{
+ HMI_ERROR("wm", "This function is not implemented");
return WMError::SUCCESS;
}
+void addFloatingClient(const std::string &appid, unsigned layer, const std::string &role)
+{
+}
+
WMError AppList::appendRole(const std::string &id, const std::string &role, unsigned surface)
{
WMError wm_err = WMError::NO_ENTRY;