diff options
Diffstat (limited to 'src/window_manager.cpp')
-rw-r--r-- | src/window_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_manager.cpp b/src/window_manager.cpp index 7ee9dbd..6b2ecf9 100644 --- a/src/window_manager.cpp +++ b/src/window_manager.cpp @@ -858,7 +858,7 @@ void WindowManager::startTransitionWrapper(vector<WMAction> &actions) { bool found; auto const &surface_id = this->id_alloc.lookup(act.role); - string appid = g_app_list.getAppID(*surface_id, act.role, &found); + string appid = g_app_list.getAppID(*surface_id, &found); if (!found) { if (TaskVisible::INVISIBLE == act.visible) |