aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r--src/window_manager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp
index 481d16c..6811110 100644
--- a/src/window_manager.hpp
+++ b/src/window_manager.hpp
@@ -207,6 +207,8 @@ class WindowManager
void timerHandler();
void startTransitionWrapper(std::vector<WMAction> &actions);
void processError(WMError error);
+ std::string searchApp(unsigned pid, unsigned ppid, unsigned surface, json_object* resp);
+ void storeSurface(const std::string& appid, unsigned ppid, unsigned surface);
const std::vector<const char *> kListEventName{
"active",