[3.0] Enable render notification after DALi renders (ecore Wayland) 63/69863/1
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 17 May 2016 06:01:52 +0000 (15:01 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 17 May 2016 06:01:52 +0000 (15:01 +0900)
Change-Id: Ib93bf2641787e3e80e8fb331ea0a2175d336314b

adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp

index 48cd10d..a093174 100644 (file)
@@ -216,6 +216,11 @@ void WindowRenderSurface::PostRender( EglInterface& egl, Integration::GlAbstract
   Internal::Adaptor::EglImplementation& eglImpl = static_cast<Internal::Adaptor::EglImplementation&>( egl );
   eglImpl.SwapBuffers();
 
+  if( mRenderNotification )
+  {
+    mRenderNotification->Trigger();
+  }
+
   // When the window is deiconified, it approves the deiconify operation to window manager after rendering
   if(mNeedToApproveDeiconify)
   {