DSWaylandServer: set temporary size to BaseOutputResolution 31/242331/1
authorjeon <jhyuni.kang@samsung.com>
Tue, 25 Aug 2020 07:09:15 +0000 (16:09 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 25 Aug 2020 12:39:09 +0000 (21:39 +0900)
Change-Id: I3df77c32564de2e0e8131d33ab75c65e1b998412

src/DSWaylandServer/DSWaylandTizenAppinfo.cpp

index 44d5416..8f4a684 100644 (file)
@@ -87,6 +87,9 @@ void DSWaylandTizenAppinfoPrivate::tizen_launch_appinfo_get_base_output_resoluti
        result = pub->__dsAppinfoMgr->getBaseOutputResolution(pid, &res_w, &res_h);
        if (!result) {
                /* TODO: Read configured resolution values */
+               /* FIXME : get base resolution from the correct way */
+               res_w = 720;
+               res_h = 1280;
        }
        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);