Enable render notification after DALi renders (ecore Wayland) 57/69757/2
authorNick Holland <nick.holland@partner.samsung.com>
Mon, 16 May 2016 13:27:04 +0000 (14:27 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Tue, 17 May 2016 06:46:46 +0000 (07:46 +0100)
Change-Id: I7812667a3fcace7dabb24740534c61a20a3d040b

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)
   {