From 61f72b854becd30d15447b6c675a673dffb65372 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sat, 9 Jun 2018 16:04:26 +0900 Subject: Add new function addFloatingClient function Vacant function yet Change-Id: Id2ab7e75588cebcdb2a23f31c2586d3a2710c759 Signed-off-by: Kazumasa Mitsunari --- src/applist.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/applist.cpp') 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; -- cgit 1.2.3-korg