From 0d9ebe5963293b0bb3c6975d53a48076d5fb3eb8 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sun, 10 Jun 2018 18:39:31 +0900 Subject: Add addFloatingSurface Change-Id: I0f9ec4eb910a727683de50fd26491ac018f135bc Signed-off-by: Kazumasa Mitsunari --- src/applist.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/applist.hpp') diff --git a/src/applist.hpp b/src/applist.hpp index a5a895a..90fd6bd 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -55,6 +55,7 @@ class AppList WMError lookUpFloatingSurface(const std::string &appid, unsigned *surface); WMError appendRole(const std::string &appid, const std::string &role, unsigned surface); void addFloatingClient(const std::string &appid, unsigned layer, const std::string &role); + void addFloatingSurface(unsigned surface, unsigned pid); // Request Interface unsigned -- cgit 1.2.3-korg