X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwindow_manager.cpp;h=6b2ecf984274065a1140a746242df0ba564171de;hb=0b2c927e6606c0fbae889fea7085a9af12d15714;hp=7ee9dbdfd91a2c8f50e7471df6063b8e7186f815;hpb=a13afdbe2af9815f4b4c2073d30a0ebc40a296b7;p=apps%2Fagl-service-windowmanager.git 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 &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)