DSRender: fix not to call _offscreenApplication.Run() 81/241781/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 11 Aug 2020 23:55:56 +0000 (08:55 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:10:39 +0000 (19:10 +0900)
Change-Id: I809869538013da6c221f3359f8075e0e5bd007bb
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/DSRender/DSRenderEngineDaliImpl.cpp

index fa39a88..2d2f85b 100644 (file)
@@ -19,7 +19,8 @@ DSRenderEngineDaliImpl::DSRenderEngineDaliImpl(std::shared_ptr<IDSBufferQueue> b
 
        __offscreenApplication.InitSignal().Connect(this, &DSRenderEngineDaliImpl::onInitialize);
 
-       __offscreenApplication.Run();
+       /* FIXME : Build error : error: 'class Dali::OffscreenApplication' has no member named 'Run' */
+       //__offscreenApplication.Run();
 }
 
 DSRenderEngineDaliImpl::~DSRenderEngineDaliImpl()