aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.cpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-10 19:09:19 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-11 09:01:10 +0900
commitbc95ea7e991f78c4753a845b0daa6687a5abbb98 (patch)
treea31b33c02fb695237dd7c87b7c04a38979953c45 /src/applist.cpp
parent0d9ebe5963293b0bb3c6975d53a48076d5fb3eb8 (diff)
Bind surface properties to adding floating surface
Change-Id: Ib582d4d40ccaebf24c2990a4a0d04bcc1a266f72 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/applist.cpp')
-rw-r--r--src/applist.cpp4
1 files changed, 2 insertions, 2 deletions
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;