From d31270592190870d13c98460d351697350c67cc2 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 14 May 2018 10:07:58 +0900 Subject: [Local]:1st step for blocking sequence * add new class to allocate window resource * add new class for list to hold clients information * change API of request surface Change-Id: Ic39fa8908163d49b429125639189dd89812f94e9 Signed-off-by: Kazumasa Mitsunari --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 3828afd..bd591a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -209,7 +209,7 @@ void windowmanager_requestsurface(afb_req req) noexcept { } } - auto ret = g_afb_instance->app.api_request_surface(a_drawing_name); + auto ret = g_afb_instance->app.api_request_surface(a_drawing_name, afb_req_get_application_id(req), 0); if(isFirstReq){ wmClientCtxt* ctxt = new wmClientCtxt(a_drawing_name); -- cgit 1.2.3-korg