From bc95ea7e991f78c4753a845b0daa6687a5abbb98 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sun, 10 Jun 2018 19:09:19 +0900 Subject: Bind surface properties to adding floating surface Change-Id: Ib582d4d40ccaebf24c2990a4a0d04bcc1a266f72 Signed-off-by: Kazumasa Mitsunari --- src/applist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/applist.cpp') diff --git a/src/applist.cpp b/src/applist.cpp index 99f7fe4..5d7dce4 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -91,7 +91,7 @@ unsigned AppList::currentRequestNumber() const return this->current_req; } -WMError AppList::lookUpFloatingSurface(unsigned pid, unsigned *surface) +WMError AppList::popFloatingSurface(unsigned pid, unsigned *surface) { WMError ret = WMError::NO_ENTRY; @@ -108,7 +108,7 @@ WMError AppList::lookUpFloatingSurface(unsigned pid, unsigned *surface) return ret; } -WMError AppList::lookUpFloatingSurface(const std::string &appid, unsigned *surface) +WMError AppList::popFloatingSurface(const std::string &appid, unsigned *surface) { HMI_ERROR("wm", "This function is not implemented"); return WMError::SUCCESS; -- cgit 1.2.3-korg