DSWaylandTizenAppInfo: set Resource handle for event 63/241863/1
authorjeon <jhyuni.kang@samsung.com>
Wed, 19 Aug 2020 12:59:20 +0000 (21:59 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:12:21 +0000 (19:12 +0900)
Change-Id: I186bcf883839386acba358986091961f8b8cbd82

src/DSWaylandServer/DSWaylandTizenAppinfo.cpp

index 9bbd803..44d5416 100644 (file)
@@ -88,7 +88,7 @@ void DSWaylandTizenAppinfoPrivate::tizen_launch_appinfo_get_base_output_resoluti
        if (!result) {
                /* TODO: Read configured resolution values */
        }
-       send_base_output_resolution_done(pid, res_w, res_h);
+       send_base_output_resolution_done(resource->handle, pid, res_w, res_h);
        DSLOG_DBG("TizenAppinfoPriv", "SEND base_output_resolution_done event with width(%d), height(%d)", res_w, res_h);
 }
 void DSWaylandTizenAppinfoPrivate::tizen_launch_appinfo_register_appid(Resource *resource, const std::string &appid)